Merge pull request #12132 from rickydigime/patch-1

Update index.d.ts
This commit is contained in:
jramsay
2016-11-03 17:08:28 -07:00
committed by GitHub

View File

@@ -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<DropdownToggleProps, any> { }