SeparatorProps
SeparatorProps
Represents the properties for a separator component.
Signature
interface SeparatorProps extends Omit<SeparatorComponentData, 'type'> {
}
- Extends: 
Omit<SeparatorComponentData, 'type'> 
Represents the properties for a separator component.
interface SeparatorProps extends Omit<SeparatorComponentData, 'type'> {
}
Omit<SeparatorComponentData, 'type'>