update react-router-bootstrap to 0.24 (using react-router 4.0)

This commit is contained in:
Olmo del Corral
2017-04-17 16:02:50 +02:00
parent f860f7831a
commit 35214553ea
5 changed files with 19 additions and 19 deletions

View File

@@ -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;

View File

@@ -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;