Type Alias: ComponentFn<C, K>
API / @xmachines/play-dom / ComponentFn
type ComponentFn<C, K> = (ctx) => HTMLElement | Text | null;Defined in: @xmachines/json-render-dom
Type Parameters
| Type Parameter |
|---|
C extends Catalog |
K extends keyof InferCatalogComponents<C> |
Parameters
| Parameter | Type |
|---|---|
ctx | ComponentContext<C, K> |
Returns
HTMLElement | Text | null