mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
[react-bootstrap] Add block to DropdownButtonBaseProps (#15709)
This commit is contained in:
1
types/react-bootstrap/index.d.ts
vendored
1
types/react-bootstrap/index.d.ts
vendored
@@ -180,6 +180,7 @@ declare namespace ReactBootstrap {
|
||||
|
||||
// <DropdownButton />
|
||||
interface DropdownButtonBaseProps extends DropdownBaseProps {
|
||||
block?: boolean;
|
||||
bsSize?: Sizes;
|
||||
bsStyle?: string;
|
||||
navItem?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user