UNPKG

reactjs-toaster

Version:

The React JS Toaster (reactjs-toaster) is lightweight JavaScript/TypeScript based Toast message library for showing Error , Success , Warning and Info message in UI End.

4 lines (3 loc) 207 B
import * as React from 'react'; import { ToastProps } from '../types/toastTypes'; export declare function ToastModal({ type, message, onClose, duration, styles, className, }: ToastProps): React.JSX.Element;