t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.85k forks source link

swal typescript typings errors #976

Open drnkwati opened 2 years ago

drnkwati commented 2 years ago

I get the following error when using with typescript

error TS2403: Subsequent variable declarations must have the same type. Variable 'swal' must be of type 'typeof import("/path-to/node_modules/sweetalert/typings/sweetalert")', but here has type 'SweetAlert'