UNPKG

react-awesome-toasts

Version:

Higly customisable React toast notifications with automanaged queue

6 lines (5 loc) 343 B
import ToastProviderImport from './ToastContext/ToastProvider'; import ToastConsumerImport from './ToastContext/ToastConsumer'; export declare const ToastProvider: typeof ToastProviderImport; export declare const ToastConsumer: typeof ToastConsumerImport; export declare const withToast: import("./ToastContext/ToastContext.types").WithToast;