From 33e0e801f1f2d1f13430883794cdf104099dce6c Mon Sep 17 00:00:00 2001 From: haizz Date: Fri, 15 Jan 2016 22:32:20 +0200 Subject: [PATCH] Update react-bootstrap.d.ts --- react-bootstrap/react-bootstrap.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-bootstrap/react-bootstrap.d.ts b/react-bootstrap/react-bootstrap.d.ts index c63c55e9d..597b80cbd 100644 --- a/react-bootstrap/react-bootstrap.d.ts +++ b/react-bootstrap/react-bootstrap.d.ts @@ -120,6 +120,8 @@ declare module "react-bootstrap" { eventKey?: any; header?: boolean; href?: string; + onClick?: Function; + onKeyDown?: Function; onSelect?: Function; target?: string; title?: string;