mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-30 18:32:40 +08:00
update react-router-bootstrap to 0.24 (using react-router 4.0)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { ComponentClass } from "react";
|
||||
import { IndexLinkProps } from "react-router/lib/IndexLink";
|
||||
|
||||
type IndexLinkContainer = ComponentClass<IndexLinkProps>;
|
||||
declare const IndexLinkContainer: IndexLinkContainer;
|
||||
|
||||
export default IndexLinkContainer;
|
||||
@@ -1,7 +0,0 @@
|
||||
import { ComponentClass } from "react";
|
||||
import { LinkProps } from "react-router/lib/Link";
|
||||
|
||||
type LinkContainer = ComponentClass<LinkProps>;
|
||||
declare const LinkContainer: LinkContainer;
|
||||
|
||||
export default LinkContainer;
|
||||
Reference in New Issue
Block a user