@hyext/types-ext-sdk-hy 3.11.3-beta.2 → 3.11.3-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +16 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1510,6 +1510,22 @@ type CommonOperateParams = ControOperateOptions | SendMessageOperateOptions | Di
1510
1510
  */
1511
1511
  type CommonOperateResp = ControlRsp | SendMessageRsp | any;
1512
1512
 
1513
+ /**
1514
+ * @property screenWidth - 屏幕宽度
1515
+ * @property screenHeight - 屏幕高度
1516
+ * @property isLandscape - 屏幕是否是横屏高度
1517
+ */
1518
+ type Consts = {
1519
+ screenWidth: number;
1520
+ screenHeight: number;
1521
+ isLandscape: boolean;
1522
+ };
1523
+
1524
+ /**
1525
+ * consts
1526
+ */
1527
+ var consts: Consts;
1528
+
1513
1529
  /**
1514
1530
  * 直播间事件
1515
1531
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.11.3-beta.2",
3
+ "version": "3.11.3-beta.4",
4
4
  "description": "TypeScript definitions for @hyext/ext-sdk-hy",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",