UNPKG

react-high-toast

Version:

A highly customizable toast notification system for React using portals

7 lines (6 loc) 215 B
import React from 'react'; import { ToastContextType } from '../types'; export declare const ToastProvider: React.FC<{ children: React.ReactNode; }>; export declare const useToast: () => ToastContextType;