UNPKG

react-hot-toast

Version:

Smoking hot React Notifications. Lightweight, customizable and beautiful by default.

14 lines (10 loc) 415 B
import { toast } from './core/toast'; export * from './headless'; export { ToastBar } from './components/toast-bar'; export { ToastIcon } from './components/toast-icon'; export { Toaster } from './components/toaster'; export { CheckmarkIcon } from './components/checkmark'; export { ErrorIcon } from './components/error'; export { LoaderIcon } from './components/loader'; export { toast }; export default toast;