summaryrefslogtreecommitdiff
path: root/web/types/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/types/global.d.ts')
-rw-r--r--web/types/global.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/types/global.d.ts b/web/types/global.d.ts
new file mode 100644
index 0000000..2f4a39b
--- /dev/null
+++ b/web/types/global.d.ts
@@ -0,0 +1,3 @@
+interface Window {
+ L?: typeof import("leaflet");
+}