Search Docs
Loading...
Skip to content

Type Alias: BuilderRenderFunction

type BuilderRenderFunction<P> = (context) => void;

Function that defines a component with the help of the passed builder object.

Type Parameters#

Type Parameter Default type
P object

Parameters#

Parameter Type
context BuilderRenderFunctionContext<P>

Returns#

void