We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de60654 commit 547bd13Copy full SHA for 547bd13
1 file changed
src/Tab.js
@@ -4,6 +4,9 @@ import TransitionEvents from './utils/TransitionEvents';
4
5
const Tab = React.createClass({
6
propTypes: {
7
+ /**
8
+ * @private
9
+ */
10
active: React.PropTypes.bool,
11
animation: React.PropTypes.bool,
12
onAnimateOutEnd: React.PropTypes.func,
0 commit comments