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 289 B
import type { HTMLAttributes } from "react"; export interface ShadowBoxGridProps extends HTMLAttributes<HTMLDivElement> { } export declare function ShadowBoxGrid({ className, ...props }: ShadowBoxGridProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=shadow-box.d.ts.map