Skip to content

Commit

Permalink
fix: tab doc
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed Apr 25, 2024
1 parent ed09471 commit 9cbbf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hippy_ui_react/src/components/Tabs/PropsType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface TabsProps {
badgeList?: Array<{ index: number; badgeProps?: BadgeProps; view?: ReactNode }>;
/** 选中后自动滚动定位(params.offset: `center`表示居中,数值表示选中项与左边框的距离) */
autoScroll?: Omit<ScrollIndexParams, 'index'> | boolean;
/** 初始自动滚动定位,优先级大于`autoScroll`小于`initialContentOffset` */
/** 初始自动滚动定位,优先级大于`autoScroll`小于`initialContentOffset` */
initAutoScroll?: Partial<ScrollIndexParams> | boolean;
/** 显示下划线 */
showUnderline?: boolean;
Expand Down

0 comments on commit 9cbbf69

Please sign in to comment.