Description: add line-height style support and getApp global function

IssueNo:#I6FVXI
Feature or Bugfix: Feature
Binary Source:No

Signed-off-by: jiadexiang <jiadexiang@huawei.com>
This commit is contained in:
jiadexiang 2023-02-17 16:40:26 +08:00
parent d5a36c89d5
commit dc7ac3f024
2 changed files with 9 additions and 1 deletions

View File

@ -76,3 +76,10 @@ export declare const LITE: string;
* @since 8
*/
export declare function canIUse(syscap: string): boolean;
/**
* Obtain the objects exposed in app.js
* @syscap SystemCapability.ArkUI.ArkUI.Lite
* @since 10
*/
export declare function getApp(): object;

View File

@ -6286,7 +6286,8 @@
}
],
"syscap": [
"SystemCapability.ArkUI.ArkUI.Full"
"SystemCapability.ArkUI.ArkUI.Full",
"SystemCapability.ArkUI.ArkUI.Lite"
],
"version": [
{