Files
DefinitelyTyped/types/react-router-param-link/index.d.ts
Mtsg 521725e9ab Add type definitions for react-router-param-link. (#25004)
* Add type definitions for react-router-param-link.

* Declare TypeScript version.
2018-04-16 15:51:24 -07:00

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.6
import * as React from "react";
import { LinkProps } from "react-router-dom";
export class ParamLink extends React.Component<LinkProps, any> { }