feat:Environment add scale
This commit is contained in:
@@ -60,6 +60,8 @@ declare global {
|
||||
|
||||
screenHeight: number,
|
||||
|
||||
screenScale: number,
|
||||
|
||||
statusBarHeight: number,
|
||||
|
||||
hasNotch: boolean,
|
||||
@@ -72,7 +74,6 @@ declare global {
|
||||
* ex: iPhone12,5 or pixel 3
|
||||
*/
|
||||
deviceModel: string,
|
||||
|
||||
[index: string]: number | string | boolean | object | undefined
|
||||
}
|
||||
function Entry(constructor: { new(...args: any[]): {} }): any
|
||||
|
Reference in New Issue
Block a user