mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
Update index.d.ts
bsStyle can be used on DropdownToggle too.
This commit is contained in:
1
react-bootstrap/index.d.ts
vendored
1
react-bootstrap/index.d.ts
vendored
@@ -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