diff --git a/react-bootstrap/react-bootstrap.d.ts b/react-bootstrap/react-bootstrap.d.ts index b1d8bd2d3..195c25093 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;