mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
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:
committed by
Mohamed Hegazy
parent
32fdc3b1c3
commit
37197f5ec6
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user