export interface DividerProps { /** Direction of the divider */ direction?: 'horizontal' | 'vertical'; /** custom classname */ className?: string; }