UNPKG

sweetalert

Version:

A beautiful replacement for JavaScript's "alert"

4 lines (3 loc) 119 B
import { SwalOptions } from '../options'; export declare const init: (opts: SwalOptions) => void; export default init;