Skip to content

Function: Shell()

Examples / @xmachines/play-solid-demo / Shell

function Shell(props): Element;

Defined in: components/Shell.tsx:7

Parameters

ParameterTypeDescription
props{ actor: AuthActor; registry: ComponentRegistry; router?: unknown; }-
props.actorAuthActor-
props.registryComponentRegistry-
props.router?unknownBridged router instance — accepted for prop parity with router demos but unused.

Returns

Element