excalidraw/excalidraw-app/global.d.ts

7 lines
141 B
TypeScript

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