import clsx from "clsx"; import React from "react"; type Props = { className?: string; vertical?: boolean; }; function Divider({ className, vertical = false }: Props) { return vertical ? (