mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Add missing bsClass prop for Grid (#13821)
This commit is contained in:
committed by
Sheetal Nandi
parent
c427b4ec7a
commit
7857731971
1
react-bootstrap/index.d.ts
vendored
1
react-bootstrap/index.d.ts
vendored
@@ -744,6 +744,7 @@ declare namespace ReactBootstrap {
|
||||
interface GridProps extends React.HTMLProps<Grid> {
|
||||
componentClass?: React.ReactType;
|
||||
fluid?: boolean;
|
||||
bsClass?: string;
|
||||
}
|
||||
type Grid = React.ClassicComponent<GridProps, {}>;
|
||||
var Grid: React.ClassicComponentClass<GridProps>;
|
||||
|
||||
Reference in New Issue
Block a user