UNPKG

react-quick-notify

Version:

react-quick-notify: A beautiful, customizable toast notification system for React applications with zero CSS dependencies

6 lines 362 B
export { ToastProvider } from './components/ToastProvider'; export { useToast } from './hooks/useToast'; export { ToastContainer } from './components/ToastContainer'; export type { Toast, ToastType, ToastContextType, ToastConfig, PromiseToastMessages } from './types/toast'; export { ToastItem } from './components/ToastItem'; //# sourceMappingURL=index.d.ts.map