From 8ef50befe5bf01faa4815c3fa2fbf08e31a745a7 Mon Sep 17 00:00:00 2001 From: Mike Winfield Date: Mon, 6 Jun 2016 17:07:22 +0100 Subject: [PATCH] Fix lost/misnamed Collapse/Class --- react-bootstrap/react-bootstrap.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-bootstrap/react-bootstrap.d.ts b/react-bootstrap/react-bootstrap.d.ts index ca0fa37faa..6ba51c8815 100644 --- a/react-bootstrap/react-bootstrap.d.ts +++ b/react-bootstrap/react-bootstrap.d.ts @@ -157,7 +157,7 @@ declare module "react-bootstrap" { // interface CollapseProps - extends TransitionCallbacks, React.Props + extends TransitionCallbacks, React.Props { dimension?: 'height' | 'width' | { ( ):string }; getDimensionValue?: ( dimension:number, element:React.ReactElement ) => number;