diff --git a/packages/client/src/components/Link.tsx b/packages/client/src/components/Link.tsx index 005a58a..3e265c4 100644 --- a/packages/client/src/components/Link.tsx +++ b/packages/client/src/components/Link.tsx @@ -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> { readonly className?: string readonly to: string