Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
formatted c3bd01e
  • Loading branch information
Remix Run Bot committed Jan 21, 2022
1 parent c3bd01e commit df1f77a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,9 @@ The `useHref` hook returns a URL that may be used to link to the given `to` loca
<summary>Type declaration</summary>

```tsx
declare function useLinkClickHandler<E extends Element = HTMLAnchorElement>(
declare function useLinkClickHandler<
E extends Element = HTMLAnchorElement
>(
to: To,
options?: {
target?: React.HTMLAttributeAnchorTarget;
Expand Down

0 comments on commit df1f77a

Please sign in to comment.