diff --git a/api/@ohos.arkui.stateManagement.d.ets b/api/@ohos.arkui.stateManagement.d.ets index 89a2bed08d5f0616202169df936f880b550d3938..cbf4380165cb0c2c29388b7d5fec65da8bae1385 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';