UNPKG

mega-toasts

Version:

A highly configurable notification/toast component with individual toast state management capabilities.

5 lines (4 loc) 222 B
export { default as toasts } from './toasts'; export { default as ToastContainer } from './ToastContainer'; export { default as BootstrapToast } from './BootstrapToast'; export { default as FlatToast } from './FlatToast';