Update react-bootstrap.d.ts

This commit is contained in:
haizz
2016-01-15 22:32:20 +02:00
parent 70bf7e2bfe
commit 33e0e801f1

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;