UNPKG

spk-toast-test

Version:

A light-weight react toast component built for mobile web app

9 lines (8 loc) 447 B
declare const _default: { info(content: string, duration?: number | undefined, onClose?: (() => void) | undefined): void; success(content: string, duration?: number | undefined, onClose?: (() => void) | undefined): void; fail(content: string, duration?: number | undefined, onClose?: (() => void) | undefined): void; loading(content: string, onClose?: (() => void) | undefined): void; hide(): void; }; export default _default;