Skip to main content
Version: 1.2

SeparatorProps

SeparatorProps

Represents the properties for a separator component.

Signature
interface SeparatorProps extends Omit<SeparatorComponentData, 'type'> {

}
  • Extends: Omit<SeparatorComponentData, 'type'>