ContainerProps
ContainerProps
Represents the properties for a container component.
Signature
interface ContainerProps extends Omit<
ContainerComponentData,
'type' | 'components' | 'accentColor'
> {
accentColor?: ColorResolvable;
children?: ComponentBuilder[];
}
- Extends:
Omit< ContainerComponentData, 'type' | 'components' | 'accentColor' >