UNPKG

react-cool-toast

Version:

A lightweight, customizable toast notification library for React

4 lines (3 loc) 189 B
import { ToastSound } from './types'; export declare const playToastSound: (sound: ToastSound | boolean) => void; export declare const shouldPlaySound: (enableSounds?: boolean) => boolean;