Export props from Link.tsx
This commit is contained in:
parent
65f1703089
commit
6605034e1e
@ -5,7 +5,7 @@ import {Link as RouterLink, LinkProps} from 'react-router-dom'
|
|||||||
import {URLFormatter} from '@rondo/common'
|
import {URLFormatter} from '@rondo/common'
|
||||||
import {withRouter} from 'react-router'
|
import {withRouter} from 'react-router'
|
||||||
|
|
||||||
interface ILinkProps
|
export interface ILinkProps
|
||||||
extends IWithRouterProps<Record<string, string>> {
|
extends IWithRouterProps<Record<string, string>> {
|
||||||
readonly className?: string
|
readonly className?: string
|
||||||
readonly to: string
|
readonly to: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user