Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Sep 19, 2023
1 parent f59701c commit b204b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/smartLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ import {marketingUrlParams} from 'sentry-docs/utils';

import {ExternalLink} from './externalLink';

interface Props extends Omit<React.ComponentProps<typeof Link>, 'to'> {
interface Props {
activeClassName?: string;
children?: React.ReactNode;
className?: string;
href?: string;
isActive?: boolean;
onClick?: (e: React.MouseEvent) => void;
remote?: boolean;
target?: string;
title?: string;
Expand Down

0 comments on commit b204b9b

Please sign in to comment.