UNPKG

react-toastify

Version:
5 lines (4 loc) 218 B
import React from 'react'; import { ToastContainerProps } from '../types'; export declare const defaultProps: ToastContainerProps; export declare function ToastContainer(props: ToastContainerProps): React.JSX.Element;