sate-lib
Version:
A lightweight and modular React component library designed for modern web interfaces. **SATE Lib** powers the [sate.menu](https://sate.menu) platform with reusable, scalable, and themeable UI components.
6 lines • 309 B
TypeScript
import { type DrawerInterface } from "./useDrawer";
export interface DrawerProps extends DrawerInterface {
nested?: boolean;
}
export declare const Drawer: ({ open, onOpen, title, className, nested, children, }: DrawerProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=drawer.d.ts.map