Type Alias CreateAppFunction<HostElement>

CreateAppFunction<HostElement>: ((rootComponent: Component, rootProps?: Data | null) => App<HostElement>)

Type Parameters

  • HostElement