Home > @uniformdev/canvas-react > SystemRenderFunction

SystemRenderFunction type

Function that renders Canvas system internals

Signature:

type SystemRenderFunction = (component: ComponentInstance, key: Key, renderChild: (component: ComponentInstance, key: Key) => JSX.Element | null) => JSX.Element | null;

References: ComponentInstance