diff --git a/react-bootstrap/index.d.ts b/react-bootstrap/index.d.ts index ab5b020bbf..a37f10b4d3 100644 --- a/react-bootstrap/index.d.ts +++ b/react-bootstrap/index.d.ts @@ -206,6 +206,7 @@ declare namespace ReactBootstrap { title?: string; useAnchor?: boolean; bsClass?:string; // Added since v0.30.0 + bsStyle?:string; } class DropdownToggle extends React.Component { }