diff --git a/typings/sweetalert.d.ts b/typings/sweetalert.d.ts index f7220ea4..dccaf8d4 100644 --- a/typings/sweetalert.d.ts +++ b/typings/sweetalert.d.ts @@ -1,7 +1,7 @@ import swal, { SweetAlert } from "./core"; declare global { - const swal: SweetAlert; + const _swal_: SweetAlert; const sweetAlert: SweetAlert; }