UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

6 lines (5 loc) 200 B
import React from 'react'; import { ToastContainerProps } from 'react-toastify'; export type Props = ToastContainerProps; declare const ToastContainer: React.FC<Props>; export default ToastContainer;