Skip to content

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

ParameterType
ctxComponentContext<C, K>

Returns

HTMLElement | Text | null