| 4 | import { TransitionType } from './helpers'; |
| 5 | |
| 6 | export interface TabContainerProps extends Omit<TabsProps, 'transition'> { |
| 7 | transition?: TransitionType; |
| 8 | } |
| 9 | |
| 10 | const propTypes = { |
| 11 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…