summaryrefslogtreecommitdiffstats
path: root/excalidraw-app/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'excalidraw-app/global.d.ts')
-rw-r--r--excalidraw-app/global.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/excalidraw-app/global.d.ts b/excalidraw-app/global.d.ts
new file mode 100644
index 0000000..92b7c08
--- /dev/null
+++ b/excalidraw-app/global.d.ts
@@ -0,0 +1,6 @@
+import "@excalidraw/excalidraw/global";
+import "@excalidraw/excalidraw/css";
+
+interface Window {
+ __EXCALIDRAW_SHA__: string | undefined;
+}