Skip to content

Commit

Permalink
chore: comment it
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Dec 21, 2023
1 parent 3600fe6 commit 5d2ff75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/tabs/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ export type TabsProps = {
onChange?: (key: string) => void
children?: ReactNode
direction?: 'ltr' | 'rtl'
/**
* @experimental Support disabled auto scroll when Tabs header content change.
* This API name or function may change in the future.
* Please lock the version if you want to use it.
*/
autoScroll?: boolean
} & NativeProps<
| '--fixed-active-line-width'
Expand Down

0 comments on commit 5d2ff75

Please sign in to comment.