UNPKG

react-cool-toast

Version:

A lightweight, customizable toast notification library for React

5 lines (4 loc) 145 B
import React from 'react'; import { ToasterProps } from './types'; import './Toaster.css'; export declare const Toaster: React.FC<ToasterProps>;