mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-17 13:15:42 +02:00
fase 5
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
import { toast } from '../core/toast';
|
||||
|
||||
export type {
|
||||
DefaultToastOptions,
|
||||
IconTheme,
|
||||
Renderable,
|
||||
Toast,
|
||||
ToasterProps,
|
||||
ToastOptions,
|
||||
ToastPosition,
|
||||
ToastType,
|
||||
ValueFunction,
|
||||
ValueOrFunction,
|
||||
} from '../core/types';
|
||||
|
||||
export { resolveValue } from '../core/types';
|
||||
export { useToaster } from '../core/use-toaster';
|
||||
export { useStore as useToasterStore } from '../core/store';
|
||||
|
||||
export { toast };
|
||||
export default toast;
|
||||
Reference in New Issue
Block a user