mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
bsClass attribute missing for some components
This commit is contained in:
Vendored
+2
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user