mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update index.d.ts
bsStyle can be used on DropdownToggle too.
This commit is contained in:
Vendored
+1
@@ -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> { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user