UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

9 lines (8 loc) 260 B
import React from 'react'; import 'react-toastify/dist/ReactToastify.css'; import { ToastContainerProps } from './types'; /** * Toast provide brief notifications. */ declare const ToastContainer: React.FC<ToastContainerProps>; export default ToastContainer;