Extend properties panel

Hi

Is there any way to extend the properties panel to add or customise the current panel with the angular

i went through GitHub - bpmn-io/properties-panel-async-example: Example properties panel extension with asynchronous data..
the example is importing
import { SelectEntry } from '@bpmn-io/properties-panel';
i dont want to use the components from bpmn-io/properties-panel i want to add my own components is that possible ?

Using Preact components is the only way of extending the properties panel that is currently supported.