From 56dd03b2f659df102383cd829be414545adf2ef0 Mon Sep 17 00:00:00 2001 From: rickydigime Date: Thu, 20 Oct 2016 13:53:47 +0100 Subject: [PATCH] Update index.d.ts bsStyle can be used on DropdownToggle too. --- react-bootstrap/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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 { }