Home > @uniformdev/canvas-react > CustomSlotChildRenderFunc
CustomSlotChildRenderFunc type
Signature:
type CustomSlotChildRenderFunc = (options: {
child: ReactNode;
component: ComponentInstance;
key: Key;
}) => JSX.Element;
References: ComponentInstance