UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

5 lines 264 B
import { NuxtLinkOptions } from "../types.js"; import { NuxtLinkProps, defineNuxtLink } from "./nuxt-link.js"; import { NuxtTimeProps } from "./nuxt-time.vue.js"; //#endregion export { type NuxtLinkOptions, type NuxtLinkProps, type NuxtTimeProps, defineNuxtLink };