UNPKG

toast-me

Version:
10 lines (9 loc) 311 B
import { ToastMeClass } from './src'; import { ToastActionType, ToastOptionsType } from './src/types'; declare module 'toast-me' { export default function toast( content: string, receivedOptions?: null | ToastOptionsType | 'error' | 'notify', action?: ToastActionType ): ToastMeClass }