Skip to content

Commit bdf7ddb

Browse files
committed
Fix documenting of the 'Tab/onAnimateOutEnd' private property
1 parent 656f40d commit bdf7ddb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Tab.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ const Tab = React.createClass({
99
*/
1010
active: React.PropTypes.bool,
1111
animation: React.PropTypes.bool,
12+
/**
13+
* It is used by 'Tabs' - parent component
14+
* @private
15+
*/
1216
onAnimateOutEnd: React.PropTypes.func,
1317
disabled: React.PropTypes.bool,
1418
title: React.PropTypes.node

0 commit comments

Comments
 (0)