Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 31, 2023
1 parent 2136a49 commit 168aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type HTMLAnchorProps = DetailedHTMLProps<
>;

// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface RegisterLink { }
export interface RegisterLink {}

export type RegisteredLinkProps = RegisterLink extends { Link: infer Link }
? Omit<UnpackProps<Link>, "children">
Expand Down

0 comments on commit 168aa63

Please sign in to comment.