Update Navbar.d.ts (#19878)

navExpanded was renamed to expanded in https://github.com/react-bootstrap/react-bootstrap/commit/f9ea411
This commit is contained in:
Gustav Bylund
2017-09-27 13:47:16 -07:00
committed by Mohamed Hegazy
parent 32fdc3b1c3
commit 37197f5ec6
+1 -1
View File
@@ -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