mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
fix: global __DEV__ variable type (#9568)
This commit is contained in:
2
packages/core/global-types.d.ts
vendored
2
packages/core/global-types.d.ts
vendored
@ -128,7 +128,7 @@ declare namespace NodeJS {
|
||||
rootLayout: any;
|
||||
}
|
||||
}
|
||||
declare const __DEV__: string;
|
||||
declare const __DEV__: boolean;
|
||||
declare const __CSS_PARSER__: string;
|
||||
declare const __NS_WEBPACK__: boolean;
|
||||
declare const __UI_USE_EXTERNAL_RENDERER__: boolean;
|
||||
|
Reference in New Issue
Block a user