From 46194d6be35dc2123df8ca401634d7ecdefc8091 Mon Sep 17 00:00:00 2001 From: Artem Kozlov Date: Fri, 23 Oct 2015 23:27:45 +0200 Subject: [PATCH] Use React.Props as base interface for all Props. It is convenient to use React.Props as base class for all components props. It allows to use key and ref properties with all bootstrap components. - add missing properties like className, etc. --- react-bootstrap/react-bootstrap.d.ts | 149 ++++++++++++++++----------- 1 file changed, 87 insertions(+), 62 deletions(-) diff --git a/react-bootstrap/react-bootstrap.d.ts b/react-bootstrap/react-bootstrap.d.ts index 8f3803a6b..a119114a5 100644 --- a/react-bootstrap/react-bootstrap.d.ts +++ b/react-bootstrap/react-bootstrap.d.ts @@ -12,7 +12,7 @@ declare module "react-bootstrap" { //