UNPKG

mistui-kit

Version:

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

3 lines (2 loc) • 179 B
import type { OrgChartProps } from './types'; export default function OrgChart({ value, color, variant, size, ...props }: OrgChartProps): import("react/jsx-runtime").JSX.Element;