UNPKG

toasty-reactx

Version:

A lightweight, customizable toast notification system for React applications.

5 lines (4 loc) 87 B
import { Toast } from "../types"; export interface ToastState { toasts: Toast[]; }