import type { BrDensity } from '../global.types'; export type DividerOrientation = 'horizontal' | 'vertical'; export type DividerThickness = BrDensity; export type DividerBorderStyle = 'dashed' | 'solid'; export type DividerAlign = 'start' | 'center' | 'end';