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'
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'