mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
Adding missing bsClass (#13743)
Per the docs, there's a bsClass on Button.
This commit is contained in:
1
react-bootstrap/index.d.ts
vendored
1
react-bootstrap/index.d.ts
vendored
@@ -74,6 +74,7 @@ declare namespace ReactBootstrap {
|
||||
|
||||
// <Button />
|
||||
interface ButtonProps extends React.HTMLProps<Button> {
|
||||
bsClass?: string;
|
||||
active?: boolean;
|
||||
block?: boolean;
|
||||
bsStyle?: string;
|
||||
|
||||
Reference in New Issue
Block a user