Skip to main content
Version: Next

SeparatorProps

SeparatorProps

Represents the properties for a separator component.

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

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