UNPKG

mega-toasts

Version:

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

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