UNPKG

react-next-toast

Version:
8 lines (7 loc) 287 B
declare const showToast: { success: (message: string, duration?: number) => void; error: (message: string, duration?: number) => void; warning: (message: string, duration?: number) => void; info: (message: string, duration?: number) => void; }; export default showToast;