openpanel/packages/devtools/src/define.d.ts
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

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;