Skip to content

Type Alias: DomComponentRenderer

API / @xmachines/play-dom / DomComponentRenderer

type DomComponentRenderer = (element, ctx) => HTMLElement | Text | null;

Defined in: @xmachines/json-render-dom

Parameters

ParameterType
elementUIElement
ctxDomRenderContext

Returns

HTMLElement | Text | null