!11006 【组件能力增强】TabsTabContent支持镜像能力

Merge pull request !11006 from xieqiqi/master
This commit is contained in:
openharmony_ci 2024-05-11 08:05:53 +00:00 committed by Gitee
commit 4fc6380a30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -871,7 +871,16 @@ declare class BottomTabBarStyle {
* @atomicservice * @atomicservice
* @since 11 * @since 11
*/ */
padding(value: Padding | Dimension): BottomTabBarStyle; /**
* Set the padding of the bottom tab bar
*
* @param { Padding | Dimension | LocalizedPadding } value - indicates the padding of the bottom tab bar
* @returns { BottomTabBarStyle } the style of the bottom tab bar
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 12
*/
padding(value: Padding | Dimension | LocalizedPadding): BottomTabBarStyle;
/** /**
* Set the layout mode of the bottom tab bar * Set the layout mode of the bottom tab bar