UNPKG

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.

5 lines 210 B
import { Drawer } from "./drawer"; import { DrawerGallery } from "./drawer-gallery"; import { DrawerMenu } from "./drawer-menu"; export { Drawer, DrawerGallery, DrawerMenu }; //# sourceMappingURL=index.d.ts.map