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:

NameTypeDescription
WMinimalWebViewPropsThe type for the Props of the WebView component.
FFeature<any, any, any>[]The type for a collection of features classes.