excalidraw/excalidraw-app/global.d.ts
2025-02-28 16:49:09 +01:00

6 lines
141 B
TypeScript

import "@excalidraw/excalidraw/global";
import "@excalidraw/excalidraw/css";
interface Window {
__EXCALIDRAW_SHA__: string | undefined;
}