import { CSSProperties } from 'react' import { tokens } from '../../systems/tokens' export function Divider({ vertical=false, style }: { vertical?: boolean; style?: CSSProperties }) { return (