Skip to content

Commit

Permalink
fix: children as react element in tabs (ant-design#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirbo authored Dec 13, 2022
1 parent 87eca03 commit 350866d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tabs/PropsType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ export interface PropsType {
useLeftInsteadTransform?: boolean
style?: StyleProp<ViewStyle>
keyboardShouldPersistTaps?: boolean
children?: React.ReactNode
}

0 comments on commit 350866d

Please sign in to comment.