// Type definitions for react-router-param-link 1.0 // Project: https://github.com/mtsg/react-router-param-link // Definitions by: Motosugi Murata // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.6 import * as React from "react"; import { LinkProps } from "react-router-dom"; export class ParamLink extends React.Component { }