Home > @uniformdev/canvas-react > UniformPlaygroundProps
UniformPlaygroundProps type
Signature:
type UniformPlaygroundProps = {
decorators?: UniformPlaygroundDecorator[];
} & Omit<UniformCompositionProps, 'data' | 'children'>;
References: UniformPlaygroundDecorator, UniformCompositionProps