Type alias: WebshellProps<W, F>
Ƭ WebshellProps<W, F>: WebshellInvariantProps & W & F[number] extends never ? {} : ExtractPropsFromFeature<F[number]>
Props of the Webshell produced by makeWebshell.
Type parameters:
Name | Type | Description |
---|---|---|
W | MinimalWebViewProps | The type for the Props of the WebView component. |
F | Feature<any, any, any>[] | The type for a collection of features classes. |