UNPKG

sweetalert

Version:

A beautiful replacement for JavaScript's "alert"

10 lines (7 loc) 169 B
import swal, { SweetAlert } from "./core"; declare global { const swal: SweetAlert; const sweetAlert: SweetAlert; } export default swal; export as namespace swal;