From a5bbb7d208ca0b97830b96d68d2304aaea3e851a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B0=B8=E5=87=AF?= Date: Tue, 2 Sep 2025 16:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4onDetentsDidChange=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘永凯 --- api/@internal/component/ets/common.d.ts | 1 - api/@internal/component/ets/tab_content.d.ts | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index f4bec99160..513431f9d2 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -17249,7 +17249,6 @@ declare interface SheetOptions extends BindOptions { *
The return value is in px. *

* @type { ?Callback } - * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice diff --git a/api/@internal/component/ets/tab_content.d.ts b/api/@internal/component/ets/tab_content.d.ts index 7b3c57cfea..29ed6aa2d3 100644 --- a/api/@internal/component/ets/tab_content.d.ts +++ b/api/@internal/component/ets/tab_content.d.ts @@ -1664,6 +1664,7 @@ declare class TabContentAttribute extends CommonMethod { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const TabContent: TabContentInterface; @@ -1687,5 +1688,6 @@ declare const TabContent: TabContentInterface; * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const TabContentInstance: TabContentAttribute; -- Gitee