diff --git a/src/Tab.js b/src/Tab.js index 942c3bb725..a1aad7d88f 100644 --- a/src/Tab.js +++ b/src/Tab.js @@ -4,6 +4,9 @@ import TransitionEvents from './utils/TransitionEvents'; const Tab = React.createClass({ propTypes: { + /** + * @private + */ active: React.PropTypes.bool, animation: React.PropTypes.bool, onAnimateOutEnd: React.PropTypes.func,