DefinitelyTyped/types/react-router-param-link/index.d.ts

11 lines
414 B
TypeScript

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