diff --git a/src/TabPane.tsx b/src/TabPane.tsx index 9b9d62f2b5..0e305e96b4 100644 --- a/src/TabPane.tsx +++ b/src/TabPane.tsx @@ -17,7 +17,6 @@ export interface TabPaneProps extends TransitionCallbacks, BsPrefixProps { eventKey?: any; active?: boolean; transition?: TransitionType; - bsClass?: string; mountOnEnter?: boolean; unmountOnExit?: boolean; } @@ -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` */