diff --git a/react-bootstrap/index.d.ts b/react-bootstrap/index.d.ts index 2ec9eed50d..7a61fed330 100644 --- a/react-bootstrap/index.d.ts +++ b/react-bootstrap/index.d.ts @@ -862,6 +862,7 @@ declare namespace ReactBootstrap { hover?: boolean; responsive?: boolean; striped?: boolean; + fill?: boolean; } type Table = React.ClassicComponent; var Table: React.ClassicComponentClass; diff --git a/react-bootstrap/react-bootstrap-tests.tsx b/react-bootstrap/react-bootstrap-tests.tsx index 65ecbca247..21498abcc9 100644 --- a/react-bootstrap/react-bootstrap-tests.tsx +++ b/react-bootstrap/react-bootstrap-tests.tsx @@ -274,6 +274,29 @@ export class ReactBootstrapTest extends Component { +
+ + Some default panel content here. + + + + + + + + + + + + + + + +
ABC
Item 1Item 2
+ Some more panel content here. +
+
+