UNPKG

169 BTypeScriptView Raw
1import swal, { SweetAlert } from "./core";
2
3declare global {
4 const swal: SweetAlert;
5 const sweetAlert: SweetAlert;
6}
7
8export default swal;
9export as namespace swal;