UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

3 lines (2 loc) • 210 B
import type { DividerProps } from './types'; export default function Divider({ children, size, color, position, orientation, style, variant, className }: DividerProps): import("react/jsx-runtime").JSX.Element;