Fix types for dompurify and toastr

This commit is contained in:
Cohee
2024-10-06 19:51:59 +03:00
parent 680dc80649
commit 2e36f45e24
4 changed files with 37 additions and 19 deletions

1
public/global.d.ts vendored
View File

@@ -1,5 +1,4 @@
// Global namespace modules
declare var DOMPurify;
declare var droll;
declare var Handlebars;
declare var hljs;