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