UNPKG

sweetalert

Version:

A beautiful replacement for JavaScript's "alert"

6 lines (5 loc) 236 B
import { SwalState } from './state'; export declare const openModal: () => void; export declare const onAction: (namespace?: string) => void; export declare const getState: () => SwalState; export declare const stopLoading: () => void;