feat:add statusBarHeight in Environment

This commit is contained in:
pengfei.zhou
2020-01-21 15:31:26 +08:00
committed by osborn
parent 2e172a1cfd
commit 4363ef17eb
5 changed files with 7 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ declare global {
libVersion: string;
screenWidth: number;
screenHeight: number;
statusBarHeight: number;
[index: string]: number | string | boolean | object | undefined;
};
function Entry(constructor: {