UNPKG

react-toast-notify-ks

Version:

toast notification library for React

5 lines 281 B
export { default as toast } from './components/Toast'; export { default as ToastContainer } from './components/ToastContainer'; export { useToast } from './hooks/useToast'; export type { Toast, ToastOptions, ToastType, Position } from './types'; //# sourceMappingURL=index.d.ts.map