From cb44b2d9550b75a8bc807dbd1a85a7a545ff4c12 Mon Sep 17 00:00:00 2001 From: Amy Slagle Date: Wed, 16 Mar 2016 13:21:18 -0400 Subject: [PATCH] react-bootstrap: Changed HTML component prop types to extend React.HTMLAttributes, and removed deprecated React.Props. Also removed attribute types that were duplicates of HTMLAttributes. --- react-bootstrap/react-bootstrap-tests.tsx | 2 +- react-bootstrap/react-bootstrap.d.ts | 240 +++++----------------- 2 files changed, 56 insertions(+), 186 deletions(-) diff --git a/react-bootstrap/react-bootstrap-tests.tsx b/react-bootstrap/react-bootstrap-tests.tsx index 5b937ff29a..4198e62320 100644 --- a/react-bootstrap/react-bootstrap-tests.tsx +++ b/react-bootstrap/react-bootstrap-tests.tsx @@ -847,7 +847,7 @@ export class ReactBootstrapTest extends Component {
- + Child Text diff --git a/react-bootstrap/react-bootstrap.d.ts b/react-bootstrap/react-bootstrap.d.ts index d6eaa952d9..e64f831de5 100644 --- a/react-bootstrap/react-bootstrap.d.ts +++ b/react-bootstrap/react-bootstrap.d.ts @@ -12,35 +12,28 @@ declare module "react-bootstrap" { //