Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
formatted d32662d
  • Loading branch information
Remix Run Bot committed Jan 4, 2022
1 parent d32662d commit abbea84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api.md
Expand Up @@ -355,7 +355,9 @@ interface NavLinkProps
| ((props: { isActive: boolean }) => React.ReactNode);
className?:
| string
| ((props: { isActive: boolean }) => string | undefined);
| ((props: {
isActive: boolean;
}) => string | undefined);
end?: boolean;
style?:
| React.CSSProperties
Expand Down

0 comments on commit abbea84

Please sign in to comment.