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:

NameTypeDescription
CComponentType<any>A type of the WebView component.
FFeature<any, any, any>[]A type for a collection of features to inject.