From f3f1b4fc7c950847850c7ab05c1d7d0b472fb91f Mon Sep 17 00:00:00 2001 From: xi-heqiong Date: Tue, 3 Jun 2025 09:50:36 +0800 Subject: [PATCH] 0603_fix Signed-off-by: xi-heqiong Change-Id: I1b8b98ade339151dbd4f053c0f4992fc33e4a28e --- api/@internal/component/ets/stepper_item.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/@internal/component/ets/stepper_item.d.ts b/api/@internal/component/ets/stepper_item.d.ts index 2d749fd67f..3fab51d1d0 100644 --- a/api/@internal/component/ets/stepper_item.d.ts +++ b/api/@internal/component/ets/stepper_item.d.ts @@ -29,6 +29,14 @@ import { CommonMethod } from './common' * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ +/** + * ItemState + * + * @enum { number } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @since 10 + */ /** * ItemState * -- Gitee