UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

15 lines 490 B
export interface Divider { vertical?: boolean; margin?: number; style?: object; children?: any; align?: "left" | "right"; gap?: number; strong?: boolean; color?: string; responsive?: "desktop" | "laptop" | "tablet" | "mobile"; show?: "desktop" | "laptop" | "tablet" | "mobile"; hide?: "desktop" | "laptop" | "tablet" | "mobile"; } export default function Divider(props: Divider): import("react").JSX.Element; //# sourceMappingURL=Divider.d.ts.map