Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'globals.d.ts')
-rw-r--r--globals.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.d.ts b/globals.d.ts
new file mode 100644
index 00000000..1059108a
--- /dev/null
+++ b/globals.d.ts
@@ -0,0 +1,8 @@
+import * as jQuery from 'jquery';
+
+declare global {
+ interface Window {
+ jQuery: typeof jQuery;
+ $: typeof jQuery;
+ }
+} \ No newline at end of file