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.

7 lines 251 B
interface NotificationProps { number?: number; className?: string; } export declare function Notification({ number, className }: NotificationProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=notification.d.ts.map