declare interface AlignRuleOption { /** * The param of left align. * * @type { ?object } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** * The param of left align. * * @type { ?object } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ /** * The param of left align. * * @type { ?object } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: { anchor: string; align: HorizontalAlign }; }