mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
414 B
TypeScript
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> { }
|