mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Add NavbarHeader to react-bootstrap
This commit is contained in:
9
react-bootstrap/react-bootstrap.d.ts
vendored
9
react-bootstrap/react-bootstrap.d.ts
vendored
@@ -475,6 +475,15 @@ declare module "react-bootstrap" {
|
||||
interface NavBrandClass extends React.ComponentClass<NavbarProps> { }
|
||||
var NavBrand: NavBrandClass;
|
||||
|
||||
// <NavbarHeader />
|
||||
// ----------------------------------------
|
||||
interface NavbarHeaderProps {
|
||||
|
||||
}
|
||||
interface NavbarHeader extends React.ReactElement<NavbarProps> { }
|
||||
interface NavbarHeaderClass extends React.ComponentClass<NavbarProps> { }
|
||||
var NavbarHeader: NavbarHeaderClass;
|
||||
|
||||
|
||||
// <NavDropdown />
|
||||
// ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user