2025-11-02 14:35:35 +03:00

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;