Nuxt/packages/nuxt/src/app/components/index.ts

4 lines
129 B
TypeScript
Raw Normal View History

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