UNPKG

mistui-kit

Version:

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

12 lines (11 loc) • 399 B
declare const Drawer: import("react").ForwardRefExoticComponent<{ className?: string | undefined; style?: import("react").CSSProperties | undefined; } & { children?: React.ReactNode; trigger?: React.ReactNode; open?: boolean; onClose?: () => void; position?: "left" | "right" | "top" | "bottom"; } & import("react").RefAttributes<HTMLDivElement>>; export default Drawer;