Type Alias: ComponentRegistry<C>
API / @xmachines/play-dom / ComponentRegistry
type ComponentRegistry<C> = { [K in keyof InferCatalogComponents<C>]: ComponentFn<C, K> };Defined in: @xmachines/json-render-dom
Type Parameters
| Type Parameter |
|---|
C extends Catalog |