mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
update api/@ohos.accessibility.config.d.ts.
无障碍修改systemapi接口 Signed-off-by: jinqi6 <jinqi6@huawei.com> Signed-off-by: jinqi6 <jinqi6@huawei.com>
This commit is contained in:
parent
3e5c5c49b3
commit
2325941eea
4
api/@ohos.accessibility.config.d.ts
vendored
4
api/@ohos.accessibility.config.d.ts
vendored
@ -32,7 +32,7 @@ declare namespace config {
|
||||
* @systemapi
|
||||
* @since 10
|
||||
*/
|
||||
let audioMono: Config<boolean>;
|
||||
const audioMono: Config<boolean>;
|
||||
/**
|
||||
* Indicates the configuration of audio balance.
|
||||
*
|
||||
@ -40,7 +40,7 @@ declare namespace config {
|
||||
* @systemapi
|
||||
* @since 10
|
||||
*/
|
||||
let audioBalance: Config<number>;
|
||||
const audioBalance: Config<number>;
|
||||
/**
|
||||
* Indicates the configuration of high-contrast text.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user