UNPKG

react-tiny-toast

Version:

Aim of this package is to keep only bundles that are critical to your application for the implementation of toast notifications.

5 lines (4 loc) 142 B
import React from 'react'; import './index.css'; declare const ToastContainer: () => React.ReactPortal | null; export default ToastContainer;