mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
NavbarFormProps to have pullLeft property
There is a missing property `pullLeft` for NavbarForm
This commit is contained in:
1
types/react-bootstrap/lib/Navbar.d.ts
vendored
1
types/react-bootstrap/lib/Navbar.d.ts
vendored
@@ -53,5 +53,6 @@ declare class NavbarText extends React.Component<NavbarTextProps> { }
|
||||
interface NavbarFormProps extends React.HTMLProps<NavbarForm> {
|
||||
componentClass?: React.ReactType;
|
||||
pullRight?: boolean;
|
||||
pullLeft?: boolean;
|
||||
}
|
||||
declare class NavbarForm extends React.Component<NavbarFormProps> { }
|
||||
|
||||
Reference in New Issue
Block a user