From 31afa3ee35e3746a374b52d8b43b119c466c9ad1 Mon Sep 17 00:00:00 2001 From: yichengzhao Date: Thu, 17 Nov 2022 15:22:06 +0800 Subject: [PATCH] fix d.ts Signed-off-by: yichengzhao Change-Id: I40c204d968a25d404fcb2ab67a647193f5678022 --- api/@ohos.systemParameterV9.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.systemParameterV9.d.ts b/api/@ohos.systemParameterV9.d.ts index b4fee996db..aee1b8584e 100755 --- a/api/@ohos.systemParameterV9.d.ts +++ b/api/@ohos.systemParameterV9.d.ts @@ -127,4 +127,4 @@ declare namespace systemParameterV9 { function set(key: string, value: string): Promise; } -export default systemParameter; +export default systemParameterV9; -- Gitee