File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ const Carousel = React.createClass({
9
9
propTypes : {
10
10
slide : React . PropTypes . bool ,
11
11
indicators : React . PropTypes . bool ,
12
+ interval : React . PropTypes . number ,
12
13
controls : React . PropTypes . bool ,
13
14
pauseOnHover : React . PropTypes . bool ,
14
15
wrap : React . PropTypes . bool ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const CollapsableNav = React.createClass({
14
14
onSelect : React . PropTypes . func ,
15
15
activeHref : React . PropTypes . string ,
16
16
activeKey : React . PropTypes . any ,
17
+ collapsable : React . PropTypes . bool ,
17
18
expanded : React . PropTypes . bool ,
18
19
eventKey : React . PropTypes . any
19
20
} ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ const PageItem = React.createClass({
6
6
propTypes : {
7
7
href : React . PropTypes . string ,
8
8
target : React . PropTypes . string ,
9
+ title : React . PropTypes . string ,
9
10
disabled : React . PropTypes . bool ,
10
11
previous : React . PropTypes . bool ,
11
12
next : React . PropTypes . bool ,
You can’t perform that action at this time.
0 commit comments