mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fixing common package
This commit is contained in:
parent
aa873234ad
commit
44d8a6b4fe
22 changed files with 182 additions and 88 deletions
13
packages/common/global.d.ts
vendored
Normal file
13
packages/common/global.d.ts
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
interface Window {
|
||||
EXCALIDRAW_EXPORT_SOURCE: string;
|
||||
}
|
||||
|
||||
interface ImportMetaEnv {
|
||||
MODE: string;
|
||||
DEV: string;
|
||||
PROD: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue