UNPKG

react-universal-toast

Version:

A lightweight, customizable toast notification system for React applications with TypeScript support.

4 lines (3 loc) 115 B
export { ToastProvider, useToast } from "./ToastProvider"; export { toast } from "./toast"; import "./styles.css";