Export props from Link.tsx

This commit is contained in:
Jerko Steiner 2019-04-08 19:26:34 +08:00
parent 65f1703089
commit 6605034e1e

View File

@ -5,7 +5,7 @@ import {Link as RouterLink, LinkProps} from 'react-router-dom'
import {URLFormatter} from '@rondo/common'
import {withRouter} from 'react-router'
interface ILinkProps
export interface ILinkProps
extends IWithRouterProps<Record<string, string>> {
readonly className?: string
readonly to: string