diff --git a/typings/sweetalert.d.ts b/typings/sweetalert.d.ts index f7220ea4..0cf42ea5 100644 --- a/typings/sweetalert.d.ts +++ b/typings/sweetalert.d.ts @@ -1,9 +1,9 @@ import swal, { SweetAlert } from "./core"; declare global { - const swal: SweetAlert; + const _swal: SweetAlert; const sweetAlert: SweetAlert; } -export default swal; +export default _swal; export as namespace swal;