Skip to content

Commit

Permalink
Define types for properties in TabPane.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Apr 10, 2015
1 parent a45bca9 commit d5aa944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TabPane.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import TransitionEvents from './utils/TransitionEvents';

const TabPane = React.createClass({
propTypes: {
active: React.PropTypes.bool
active: React.PropTypes.bool,
animation: React.PropTypes.bool,
onAnimateOutEnd: React.PropTypes.func
},

getDefaultProps() {
Expand Down

0 comments on commit d5aa944

Please sign in to comment.