Home > @uniformdev/canvas-react > registerUniformComponent
registerUniformComponent() function
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| { type, variantId, component, } | { type: string; variantId?: string; component: React.ComponentType<ComponentProps<any>>; } |
Returns:
void