mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
feat(Nav): add vertical prop
This commit is contained in:
3
types/reactstrap/lib/Nav.d.ts
vendored
3
types/reactstrap/lib/Nav.d.ts
vendored
@@ -7,7 +7,8 @@ interface Props {
|
||||
navbar?: boolean;
|
||||
tag?: React.ReactType;
|
||||
className?: string;
|
||||
vertical?: boolean;
|
||||
}
|
||||
|
||||
declare var Nav: React.StatelessComponent<Props>;
|
||||
export default Nav;
|
||||
export default Nav;
|
||||
|
||||
Reference in New Issue
Block a user