Repository URL to install this package:
|
Version:
2.1.0 ▾
|
import * as React from 'react';
import { LinkProps } from './typings';
/**
* @see https://github.com/ReactTraining/react-router/issues/2051
*/
declare class Link extends React.PureComponent<LinkProps> {
render(): JSX.Element;
}
export { Link };
export default Link;