From 0d53a7541d07f82d5ecc880378f15bd66cfdf5b0 Mon Sep 17 00:00:00 2001 From: bizhenhang Date: Wed, 10 Sep 2025 14:11:45 +0800 Subject: [PATCH] fix flexshrink description Signed-off-by: bizhenhang --- api/@internal/component/ets/common.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index ebfd56c0c4..1817d41123 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -27080,7 +27080,7 @@ declare class CommonMethod { */ /** * Sets the percentage of the parent container's shrink size that is allocated to the component. - * Default value: 0 when the parent container is Column or Row, 1 when the parent container is Flex.. + * Default value: 0 when the parent container is Column or Row, 1 when the parent container is Flex. * * @param { number } value * @returns { T } -- Gitee