Skip to content

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

NameTypeDefined in
onRenderError?RenderErrorHandler-