]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: expose useLink return type
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 12 Jun 2024 08:46:24 +0000 (10:46 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 12 Jun 2024 08:46:24 +0000 (10:46 +0200)
packages/router/src/index.ts

index 7e1464b35248623a719e0e9c767b8a6ccd04f1f9..277acd3916b8c2f7f4ce16d04a92785ce626c690 100644 (file)
@@ -156,6 +156,7 @@ export type {
   _RouterLinkI,
   RouterLinkProps,
   UseLinkOptions,
+  UseLinkReturn,
 } from './RouterLink'
 export { RouterView } from './RouterView'
 export type { RouterViewProps } from './RouterView'