UNPKG

haptic-sound-toast

Version:

A customizable toast notification library for Next.js and React

4 lines (3 loc) 200 B
export { default as Toast } from './components/Toast'; export { ToastProvider, useToast } from './components/ToastContainer'; export type { ToastType, ToastOptions, ToastContextType } from './types';