We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0b0e4 commit b7d3329Copy full SHA for b7d3329
1 file changed
src/ListGroupItem.js
@@ -13,9 +13,7 @@ const ListGroupItem = React.createClass({
13
header: React.PropTypes.node,
14
listItem: React.PropTypes.bool,
15
onClick: React.PropTypes.func,
16
- eventKey: React.PropTypes.any,
17
- href: React.PropTypes.string,
18
- target: React.PropTypes.string
+ href: React.PropTypes.string
19
},
20
21
getDefaultProps() {
0 commit comments