mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7655 from haizz/patch-1
[react-bootstrap] Added missing event handlers to MenuItem
This commit is contained in:
Vendored
+2
@@ -120,6 +120,8 @@ declare module "react-bootstrap" {
|
||||
eventKey?: any;
|
||||
header?: boolean;
|
||||
href?: string;
|
||||
onClick?: Function;
|
||||
onKeyDown?: Function;
|
||||
onSelect?: Function;
|
||||
target?: string;
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user