EXCALIDRAW_EXPORT_SOURCE_PATH -> EXCALIDRAW_EXPORT_SOURCE (#5102)

This commit is contained in:
Achille Lacoin 2022-04-27 10:49:02 +02:00 committed by GitHub
parent b6a6f2d465
commit af93cedc08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

2
src/global.d.ts vendored
View file

@ -13,7 +13,7 @@ interface Window {
ClipboardItem: any;
__EXCALIDRAW_SHA__: string | undefined;
EXCALIDRAW_ASSET_PATH: string | undefined;
EXCALIDRAW_EXPORT_SOURCE_PATH: string;
EXCALIDRAW_EXPORT_SOURCE: string;
gtag: Function;
}