Type alias: WebshellComponent<C, F>
Ƭ WebshellComponent<C, F>: ForwardRefExoticComponent<WebshellProps<ComponentPropsWithoutRef<C>, F> & RefAttributes<ElementRef<C>>>
A shell component type derived from its features.
Type parameters:
Name | Type | Description |
---|---|---|
C | ComponentType<any> | A type of the WebView component. |
F | Feature<any, any, any>[] | A type for a collection of features to inject. |