From 585c06ad947cdb52a919094499d1b4014201cb44 Mon Sep 17 00:00:00 2001 From: liyi0309 Date: Tue, 2 Sep 2025 16:49:23 +0800 Subject: [PATCH] =?UTF-8?q?SDK=E5=91=8A=E8=AD=A6=E4=BF=AE=E5=A4=8D=20Signe?= =?UTF-8?q?d-off-by:=20liyi0309=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@internal/component/ets/common.d.ts | 4 ++-- api/@internal/component/ets/custom_dialog_controller.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index ebfd56c0c4..c8dfed7f35 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -32621,12 +32621,12 @@ declare type Theme = import('../api/@ohos.arkui.theme').Theme; /** * Import the DialogController type from promptAction. * - * @typedef { import('../api/@ohos.promptAction').promptAction.DialogController } PromptActionDialogController + * @typedef { import('../api/@ohos.promptAction').default.DialogController } PromptActionDialogController * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 18 */ -declare type PromptActionDialogController = import('../api/@ohos.promptAction').promptAction.DialogController; +declare type PromptActionDialogController = import('../api/@ohos.promptAction').default.DialogController; /** * Import the DialogController type from promptAction. diff --git a/api/@internal/component/ets/custom_dialog_controller.d.ts b/api/@internal/component/ets/custom_dialog_controller.d.ts index 49daae0666..6a28825080 100644 --- a/api/@internal/component/ets/custom_dialog_controller.d.ts +++ b/api/@internal/component/ets/custom_dialog_controller.d.ts @@ -743,12 +743,12 @@ declare interface DismissDialogAction { /** * Import the CommonState type from promptAction. * - * @typedef { import('../api/@ohos.promptAction').promptAction.CommonState } PromptActionCommonState + * @typedef { import('../api/@ohos.promptAction').default.CommonState } PromptActionCommonState * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 20 */ -declare type PromptActionCommonState = import('../api/@ohos.promptAction').promptAction.CommonState; +declare type PromptActionCommonState = import('../api/@ohos.promptAction').default.CommonState; /** * Use the CustomDialogController class to display the custom pop-up window. -- Gitee