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