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