Function: Shell()
Examples / @xmachines/play-solid-demo / Shell
function Shell(props): Element;Defined in: components/Shell.tsx:7
Parameters
| Parameter | Type | Description |
|---|---|---|
props | { actor: AuthActor; registry: ComponentRegistry; router?: unknown; } | - |
props.actor | AuthActor | - |
props.registry | ComponentRegistry | - |
props.router? | unknown | Bridged router instance — accepted for prop parity with router demos but unused. |
Returns
Element