mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
10 lines
458 B
TypeScript
10 lines
458 B
TypeScript
declare const __DEV_CONDITION__: string;
|
|
declare const __IMPORT_META_KEY__: any;
|
|
declare const __PROCESS_KEY__: any;
|
|
|
|
declare const __PROCESS_ENV_REFINE_DEVTOOLS_PORT_KEY__: any;
|
|
declare const __PROCESS_ENV_NEXT_PUBLIC_REFINE_DEVTOOLS_PORT_KEY__: any;
|
|
declare const __PROCESS_ENV_REACT_APP_REFINE_DEVTOOLS_PORT_KEY__: any;
|
|
declare const __IMPORT_META_ENV_REFINE_DEVTOOLS_PORT_KEY__: any;
|
|
declare const __IMPORT_META_ENV_VITE_REFINE_DEVTOOLS_PORT_KEY__: any;
|