From 37197f5ec6d64ee7dd884fb7b48c8d60439e7a59 Mon Sep 17 00:00:00 2001 From: Gustav Bylund Date: Wed, 27 Sep 2017 22:47:16 +0200 Subject: [PATCH] Update Navbar.d.ts (#19878) navExpanded was renamed to expanded in https://github.com/react-bootstrap/react-bootstrap/commit/f9ea411 --- types/react-bootstrap/lib/Navbar.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-bootstrap/lib/Navbar.d.ts b/types/react-bootstrap/lib/Navbar.d.ts index fdacbef45f..5231c74052 100644 --- a/types/react-bootstrap/lib/Navbar.d.ts +++ b/types/react-bootstrap/lib/Navbar.d.ts @@ -17,7 +17,7 @@ declare namespace Navbar { fixedTop?: boolean; fluid?: boolean; inverse?: boolean; - navExpanded?: boolean; + expanded?: boolean; onToggle?: Function; staticTop?: boolean; toggleButton?: any; // TODO: Add more specific type