(target: Element, modifiers: Modifiers)
| 169 | } |
| 170 | |
| 171 | function openSyntheticLink(target: Element, modifiers: Modifiers) { |
| 172 | getSyntheticLink(target, link => openLink(link, modifiers)); |
| 173 | } |
| 174 | |
| 175 | export function useSyntheticLinkProps(props: LinkDOMProps): DOMAttributes<HTMLElement> { |
| 176 | let router = useRouter(); |
nothing calls this directly
no test coverage detected