Divider
type Divider = { color?: string | ThemeColor; flush?: boolean; id?: string; key?: string; size?: number | string; spacing?: number | string; type: 'Divider';};Properties
Section titled “Properties”color?
Section titled “color?”optional color: | string | ThemeColor;flush?
Section titled “flush?”optional flush: boolean;optional id: string;optional key: string;optional size: number | string;spacing?
Section titled “spacing?”optional spacing: number | string;type: 'Divider';