Search
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 ParameterDefault type
Pobject

Parameters#

ParameterType
contextBuilderRenderFunctionContext<P>

Returns#

void