We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc24a4 commit d488e95Copy full SHA for d488e95
1 file changed
src/TabPane.js
@@ -3,6 +3,10 @@ import classSet from 'classnames';
3
import TransitionEvents from './utils/TransitionEvents';
4
5
const TabPane = React.createClass({
6
+ propTypes: {
7
+ active: React.PropTypes.bool
8
+ },
9
+
10
getDefaultProps() {
11
return {
12
animation: true
0 commit comments