From d3cd861a842e83102bdfc1ab9b62424fef8253e8 Mon Sep 17 00:00:00 2001 From: fenglinbailu Date: Wed, 23 Oct 2024 17:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E9=9C=80=E6=94=AF=E6=8C=81string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fenglinbailu --- api/@internal/component/ets/units.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@internal/component/ets/units.d.ts b/api/@internal/component/ets/units.d.ts index 025b4cccd..2db37a672 100644 --- a/api/@internal/component/ets/units.d.ts +++ b/api/@internal/component/ets/units.d.ts @@ -3449,22 +3449,22 @@ declare interface ChainWeightOptions { /** * Horizontal ChainWeight. * - * @type { ?(number | string) } + * @type { ?(number) } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 14 */ - horizontal?: number | string; + horizontal?: number; /** * Vertical ChainWeight. * - * @type { ?(number | string) } + * @type { ?(number) } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 14 */ - vertical?: number | string; + vertical?: number; } \ No newline at end of file