UNPKG

snack-alert

Version:

A simple React toast notification library with Tailwind CSS

4 lines 220 B
import { AlertType } from './App'; declare const withSnackAlert: (Component: React.ComponentType) => () => import("react/jsx-runtime").JSX.Element; export { AlertType, withSnackAlert }; //# sourceMappingURL=main.d.ts.map