We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next/link
typedRoutes
1 parent 121e1b5 commit 9abbc0eCopy full SHA for 9abbc0e
packages/next/src/server/lib/router-utils/typegen.ts
@@ -298,6 +298,8 @@ declare module 'next' {
298
}
299
300
declare module 'next/link' {
301
+ export { useLinkStatus } from 'next/dist/client/link.js'
302
+
303
import type { LinkProps as OriginalLinkProps } from 'next/dist/client/link.js'
304
import type { AnchorHTMLAttributes, DetailedHTMLProps } from 'react'
305
import type { UrlObject } from 'url'
0 commit comments