diff --git a/api/@internal/component/ets/grid_row.d.ts b/api/@internal/component/ets/grid_row.d.ts index 8ce36fd3622e30022efff663ac8952acb36302b3..46b637bb366bf1544cf21d97b512d8d0506a1273 100644 --- a/api/@internal/component/ets/grid_row.d.ts +++ b/api/@internal/component/ets/grid_row.d.ts @@ -214,18 +214,6 @@ interface GridRowInterface { } declare class GridRowAttribute extends CommonMethod { - /** - * Set the alignment of sub components in the vertical direction - * @since 9 - */ - verticalAlign(value: VerticalAlign): GridRowAttribute; - - /** - * Set the alignment of sub components in the horizontal direction - * @since 9 - */ - horizontalAlign(value: HorizontalAlign): GridRowAttribute; - /** * Callback triggered when the breakpoint changes * @since 9