Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Feb 8, 2025
1 parent 7022c0f commit 36eac80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fern-docs/ui/src/mdx/plugins/rehype-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "@fern-docs/mdx";

export interface RehypeLinksOptions {
replaceHref?(href: string): string | undefined;
replaceHref?: (href: string) => string | undefined;
}

export function rehypeLinks({ replaceHref }: RehypeLinksOptions = {}): (
Expand Down

0 comments on commit 36eac80

Please sign in to comment.