UNPKG

@brizy/ui

Version:
9 lines (8 loc) 234 B
import { Color, FCC } from "../types"; export interface Props { type?: "horizontal" | "vertical"; orientation?: "left" | "right" | "center"; dashed?: boolean; color?: Color; } export declare const Divider: FCC<Props>;