DefinitelyTyped/types/react-router-param-link/react-router-param-link-tests.tsx
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

6 lines
147 B
TypeScript

import * as React from "react";
import { ParamLink } from "react-router-param-link";
<ParamLink to={"path"} />;
<ParamLink to={"path/:param"} />;