Skip to content

Commit

Permalink
Define type for collapsable property in CollapsableNav
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Apr 9, 2015
1 parent 587a6a9 commit 2cebc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CollapsableNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const CollapsableNav = React.createClass({
onSelect: React.PropTypes.func,
activeHref: React.PropTypes.string,
activeKey: React.PropTypes.any,
collapsable: React.PropTypes.bool,
expanded: React.PropTypes.bool,
eventKey: React.PropTypes.any
},
Expand Down

0 comments on commit 2cebc2c

Please sign in to comment.