Files
Excalidraw/excalidraw/excalidraw-app/global.d.ts
T
Yuzhong Zhang a090ce26cd use submodule
2025-07-08 14:44:24 +08:00

7 lines
141 B
TypeScript

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