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