UNPKG

@onwave/ui

Version:
6 lines (5 loc) 199 B
import { ToastProps } from "./Toast"; export declare const useToast: (initial?: ToastProps | undefined) => { show: (message: string) => string | undefined; dismiss: (key: string) => void; };