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