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:
jinqi6 2023-06-28 06:12:08 +00:00 committed by Gitee
parent 3e5c5c49b3
commit 2325941eea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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.
*