Interface IIgrDividerProps

Hierarchy

Hierarchy

  • IIgrDividerProps

Properties

children?: ReactNode
className?: string
id?: string
middle?: string | boolean

When set and inset is provided, it will shrink the divider line from both sides.

style?: CSSProperties
type?: string | DividerType

Whether to render a solid or a dashed divider line.

vertical?: string | boolean

Whether to render a vertical divider line.