Publish version 0.3.8
This commit is contained in:
6
doric-js/lib/src/runtime/global.d.ts
vendored
6
doric-js/lib/src/runtime/global.d.ts
vendored
@@ -37,7 +37,13 @@ declare global {
|
||||
screenWidth: number;
|
||||
screenHeight: number;
|
||||
statusBarHeight: number;
|
||||
/**
|
||||
* ex:Apple or Google
|
||||
*/
|
||||
deviceBrand: string;
|
||||
/**
|
||||
* ex: iPhone12,5 or pixel 3
|
||||
*/
|
||||
deviceModel: string;
|
||||
[index: string]: number | string | boolean | object | undefined;
|
||||
};
|
||||
|
Reference in New Issue
Block a user