mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Merge pull request #6179 from pixelbreaker/patch-1
Add support for NavBrand construct
This commit is contained in:
9
react-bootstrap/react-bootstrap.d.ts
vendored
9
react-bootstrap/react-bootstrap.d.ts
vendored
@@ -458,6 +458,15 @@ declare module "react-bootstrap" {
|
||||
interface Navbar extends React.ReactElement<NavbarProps> { }
|
||||
interface NavbarClass extends React.ComponentClass<NavbarProps> { }
|
||||
var Navbar: NavbarClass;
|
||||
|
||||
// <NavBrand />
|
||||
// ----------------------------------------
|
||||
interface NavBrandProps {
|
||||
|
||||
}
|
||||
interface NavBrand extends React.ReactElement<NavbarProps> { }
|
||||
interface NavBrandClass extends React.ComponentClass<NavbarProps> { }
|
||||
var NavBrand: NavBrandClass;
|
||||
|
||||
|
||||
// <NavDropdown />
|
||||
|
||||
Reference in New Issue
Block a user