diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 3c59a82b78244adc6a891f5993930445c09f0bfc..aaef199281b16c7c518ced237bcc9a369fc02b50 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -368,6 +368,10 @@ declare interface ScaleOptions { centerY?: number | string; } +/** + * Defines the align rule options of relative container. + * @since 9 + */ declare interface AlignRuleOption { /** * The param of left align. @@ -1514,6 +1518,10 @@ declare class CommonMethod { lg?: number | { span: number; offset: number }; }): T; + /** + * Specifies the alignRules of relative container + * @since 9 + */ alignRules(value: AlignRuleOption): T; /**