diff --git a/kits/@kit.ArkUI.d.ets b/kits/@kit.ArkUI.d.ets index c5a5329bc06e583f2140124db6066e1b66d73d4b..e46cc02d46a170633ebc900a67837664a0e62090 100644 --- a/kits/@kit.ArkUI.d.ets +++ b/kits/@kit.ArkUI.d.ets @@ -20,8 +20,8 @@ */ import promptAction from '@ohos.promptAction'; -import { ComponentContent } from '@ohos.arkui.node'; -export { promptAction, ComponentContent }; +export * from '@ohos.arkui.node'; +export { promptAction }; export * from '@ohos.arkui.component'; export * from '@ohos.arkui.stateManagement'; export { GETINSPECTORBYKEY as getInspectorByKey, GETINSPECTORTREE as getInspectorTree , SENDEVENTBYKEY as sendEventByKey } from '@ohos.arkui.inspector'; \ No newline at end of file