UNPKG

haptic-sound-toast

Version:

A customizable toast notification library for Next.js and React

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