UNPKG

218 BTypeScriptView Raw
1import React from 'react';
2import { ToastContainerProps } from '../types';
3export declare const defaultProps: ToastContainerProps;
4export declare function ToastContainer(props: ToastContainerProps): React.JSX.Element;