DefinitelyTyped/react-router-bootstrap/lib/IndexLinkContainer.d.ts
2017-01-19 11:13:06 +09:00

8 lines
250 B
TypeScript

import { ComponentClass } from "react";
import { IndexLinkProps } from "react-router/lib/IndexLink";
type IndexLinkContainer = ComponentClass<IndexLinkProps>;
declare const IndexLinkContainer: IndexLinkContainer;
export default IndexLinkContainer;