import { ClassName } from "@helpers/types"; export interface DividerProps extends ClassName { label?: string; type: "horizontal" | "vertical"; }