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 294 B
import { type DrawerInterface } from "./useDrawer"; export interface DrawerProps extends DrawerInterface { } export declare const DrawerGallery: ({ open, onOpen, title, className, children, }: DrawerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=drawer-gallery.d.ts.map