From 82a006272356a764e4f09582ac6a35400ad0d9da Mon Sep 17 00:00:00 2001 From: liweifeng Date: Tue, 12 Jul 2022 15:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=96=B0=E5=A2=9E=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liweifeng Change-Id: I602492e4f9ffa123448d686e8b77abc0908a6bf5 --- api/@internal/component/ets/form_component.d.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/api/@internal/component/ets/form_component.d.ts b/api/@internal/component/ets/form_component.d.ts index e94054f90f..406243deed 100644 --- a/api/@internal/component/ets/form_component.d.ts +++ b/api/@internal/component/ets/form_component.d.ts @@ -46,6 +46,20 @@ declare enum FormDimension { * @systemapi */ Dimension_4_4, + + /** + * 1 x 1 cards + * @since 7 + * @systemapi + */ + Dimension_1_1, + + /** + * 2 x 1 cards + * @since 7 + * @systemapi + */ + Dimension_2_1, } /** -- Gitee