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