Skip to content

Commit

Permalink
fix(TabPane): Remove BS3 bsClass prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Jul 10, 2020
1 parent c06453b commit c671f0c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/TabPane.tsx
Expand Up @@ -17,7 +17,6 @@ export interface TabPaneProps extends TransitionCallbacks, BsPrefixProps {
eventKey?: any;
active?: boolean;
transition?: TransitionType;
bsClass?: string;
mountOnEnter?: boolean;
unmountOnExit?: boolean;
}
Expand Down Expand Up @@ -50,12 +49,6 @@ const propTypes = {
*/
transition: PropTypes.oneOfType([PropTypes.bool, PropTypes.elementType]),

/**
*
* @default 'tab-pane'
*/
bsClass: PropTypes.string,

/**
* Transition onEnter callback when animation is not `false`
*/
Expand Down

0 comments on commit c671f0c

Please sign in to comment.