Skip to content

Commit 547bd13

Browse files
committed
Explicitly set default values for boolean properties
for the sake of clarity in documentation.
1 parent de60654 commit 547bd13

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Tab.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import TransitionEvents from './utils/TransitionEvents';
44

55
const Tab = React.createClass({
66
propTypes: {
7+
/**
8+
* @private
9+
*/
710
active: React.PropTypes.bool,
811
animation: React.PropTypes.bool,
912
onAnimateOutEnd: React.PropTypes.func,

0 commit comments

Comments
 (0)