Type Alias: ComponentRegistry
API / @xmachines/play-solid / ComponentRegistry
type ComponentRegistry = Record<string, ComponentRenderer<any>> & object;Defined in: @json-render/solid
Registry of component renderers
Type Declaration
| Name | Type | Defined in |
|---|---|---|
onRenderError? | RenderErrorHandler | - |