Merge pull request #7655 from haizz/patch-1

[react-bootstrap] Added missing event handlers to MenuItem
This commit is contained in:
Basarat Ali Syed
2016-01-20 10:26:25 +11:00
+2
View File
@@ -120,6 +120,8 @@ declare module "react-bootstrap" {
eventKey?: any;
header?: boolean;
href?: string;
onClick?: Function;
onKeyDown?: Function;
onSelect?: Function;
target?: string;
title?: string;