aboutsummaryrefslogtreecommitdiffstats
path: root/excalidraw-app/global.d.ts
diff options
context:
space:
mode:
authorkj_sh6042026-03-15 16:19:35 -0400
committerkj_sh6042026-03-15 16:19:35 -0400
commitbfc2cec7d43eb8eaa46dd3f91084932381257059 (patch)
tree0857e3aac2cff922826d4871ff54536b26fad6fc /excalidraw-app/global.d.ts
parent225db4a7805befe009fe055fc2ef5daedd6c04f9 (diff)
refactor: excalidraw-app/
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;
+}