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