diff options
Diffstat (limited to 'web_src/js/globals.d.ts')
-rw-r--r-- | web_src/js/globals.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/js/globals.d.ts b/web_src/js/globals.d.ts index 9964293727..9780a1cf3c 100644 --- a/web_src/js/globals.d.ts +++ b/web_src/js/globals.d.ts @@ -33,6 +33,7 @@ interface JQuery { modal: any; // fomantic tab: any; // fomantic transition: any, // fomantic + search: any, // fomantic } interface JQueryStatic { @@ -62,4 +63,5 @@ interface Window { turnstile: any, hcaptcha: any, codeEditors: any[], + updateCloneStates: () => void, } |