Skip to content

Commit df1f77a

Browse files
author
Remix Run Bot
committed
chore: format
formatted c3bd01e
1 parent c3bd01e commit df1f77a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,9 @@ The `useHref` hook returns a URL that may be used to link to the given `to` loca
957957
<summary>Type declaration</summary>
958958

959959
```tsx
960-
declare function useLinkClickHandler<E extends Element = HTMLAnchorElement>(
960+
declare function useLinkClickHandler<
961+
E extends Element = HTMLAnchorElement
962+
>(
961963
to: To,
962964
options?: {
963965
target?: React.HTMLAttributeAnchorTarget;

0 commit comments

Comments
 (0)