UNPKG

@arashaltafi/react-toast

Version:
3 lines (2 loc) 146 B
declare const showToast: (text: string, color: "success" | "error", pauseOnHover?: boolean, timeWait?: number) => void; export default showToast;