fix: global __DEV__ variable type (#9568)

This commit is contained in:
Janos Hrubos
2021-09-23 13:02:42 +02:00
committed by GitHub
parent 3e21748af4
commit 61980fd4a8

View File

@ -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;