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