mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
bsClass attribute missing for some components
This commit is contained in:
parent
a7fd70a7ea
commit
ae4c64b79d
2
types/react-bootstrap/index.d.ts
vendored
2
types/react-bootstrap/index.d.ts
vendored
@ -847,6 +847,7 @@ declare namespace ReactBootstrap {
|
||||
|
||||
// <Badge />
|
||||
interface BadgeProps extends React.HTMLProps<Badge> {
|
||||
bsClass?: string;
|
||||
pullRight?: boolean;
|
||||
}
|
||||
type Badge = React.ClassicComponent<BadgeProps>;
|
||||
@ -908,6 +909,7 @@ declare namespace ReactBootstrap {
|
||||
responsive?: boolean;
|
||||
striped?: boolean;
|
||||
fill?: boolean;
|
||||
bsClass?: string;
|
||||
}
|
||||
type Table = React.ClassicComponent<TableProps>;
|
||||
var Table: React.ClassicComponentClass<TableProps>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user