Nuxt/packages/nuxt/src/app/components/index.ts
2022-04-20 10:52:39 +02:00

4 lines
129 B
TypeScript

// defineNuxtLink
export { defineNuxtLink } from './nuxt-link'
export type { NuxtLinkOptions, NuxtLinkProps } from './nuxt-link'