interface DividerProps { vertical?: boolean margins?: string } function Divider({vertical, margins='2'}: DividerProps) { return ( <> {vertical &&