diff --git a/api/@internal/component/ets/form_component.d.ts b/api/@internal/component/ets/form_component.d.ts index e94054f90fc62702d70c57a1d4e7993ddf680d4c..406243deed69b5cf0117841a35ef20b4f943873f 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, } /**