TIF_E41200319/Website/public/library/sweetalert/typings/sweetalert.d.ts

10 lines
169 B
TypeScript

import swal, { SweetAlert } from "./core";
declare global {
const swal: SweetAlert;
const sweetAlert: SweetAlert;
}
export default swal;
export as namespace swal;