mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-04 14:22:57 +00:00
7 lines
141 B
TypeScript
7 lines
141 B
TypeScript
import "@excalidraw/excalidraw/global";
|
|
import "@excalidraw/excalidraw/css";
|
|
|
|
interface Window {
|
|
__EXCALIDRAW_SHA__: string | undefined;
|
|
}
|