From 6addc87a84569b0180a0380c46872c4443c2ec61 Mon Sep 17 00:00:00 2001 From: zhiqizhou Date: Mon, 14 Jul 2025 21:50:51 +0800 Subject: [PATCH] =?UTF-8?q?0328=E5=90=880702?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhiqizhou --- api/@ohos.arkui.stateManagement.d.ets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/@ohos.arkui.stateManagement.d.ets b/api/@ohos.arkui.stateManagement.d.ets index 89a2bed08d..cbf4380165 100644 --- a/api/@ohos.arkui.stateManagement.d.ets +++ b/api/@ohos.arkui.stateManagement.d.ets @@ -22,6 +22,8 @@ export * from './arkui/stateManagement/decorator'; export * from './arkui/stateManagement/runtime'; export * from './arkui/stateManagement/storage/appStorage'; +export * from './arkui/stateManagement/storage/environment'; export * from './arkui/stateManagement/storage/localStorage'; -export * from './arkui/stateManagement/utils'; +export * from './arkui/stateManagement/storage/persistentStorage'; export * from './arkui/stateManagement/storage/storageProperty'; +export * from './arkui/stateManagement/utils'; -- Gitee