UNPKG

react-toast

Version:
8 lines (7 loc) 232 B
import { TAction } from '../hooks'; interface IToastDispatcher { dispatch: (value: TAction) => void; delay?: number; } export declare const toastDispatcher: ({ dispatch, delay }: IToastDispatcher) => void; export {};