From 2e25b4d6cb5c717b6941ae7acd29e38f2494ac14 Mon Sep 17 00:00:00 2001 From: liuyanzhi Date: Fri, 13 Jun 2025 20:08:00 +0800 Subject: [PATCH] fix Signed-off-by: liuyanzhi --- api/@internal/component/ets/common.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 32dc67c74f..0ef72b6bf6 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -47,6 +47,7 @@ declare type DragSpringLoadingConfiguration = import('../api/@ohos.arkui.dragCon * @form * @since 11 */ + /** * Defines the options of Component ClassDecorator. * -- Gitee