File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const CollapsableNav = React.createClass({
1212
1313 propTypes : {
1414 onSelect : React . PropTypes . func ,
15+ activeHref : React . PropTypes . string ,
1516 activeKey : React . PropTypes . any ,
1617 expanded : React . PropTypes . bool ,
1718 eventKey : React . PropTypes . any
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const Nav = React.createClass({
1212 mixins : [ BootstrapMixin , CollapsableMixin ] ,
1313
1414 propTypes : {
15+ activeHref : React . PropTypes . string ,
1516 activeKey : React . PropTypes . any ,
1617 bsStyle : React . PropTypes . oneOf ( [ 'tabs' , 'pills' ] ) ,
1718 stacked : React . PropTypes . bool ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const Panel = React.createClass({
1111 collapsable : React . PropTypes . bool ,
1212 onSelect : React . PropTypes . func ,
1313 header : React . PropTypes . node ,
14+ id : React . PropTypes . string ,
1415 footer : React . PropTypes . node ,
1516 eventKey : React . PropTypes . any
1617 } ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const SubNav = React.createClass({
1111 propTypes : {
1212 onSelect : React . PropTypes . func ,
1313 active : React . PropTypes . bool ,
14+ activeHref : React . PropTypes . string ,
1415 activeKey : React . PropTypes . any ,
1516 disabled : React . PropTypes . bool ,
1617 href : React . PropTypes . string ,
You can’t perform that action at this time.
0 commit comments