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.

8 lines (6 loc) 303 B
import { NuxtLinkOptions } from "../types.js"; import { NuxtLinkProps, defineNuxtLink } from "./nuxt-link.js"; import { NuxtTimeProps } from "./nuxt-time.vue"; //#region src/app/components/index.d.ts //#endregion export { type NuxtLinkOptions, type NuxtLinkProps, type NuxtTimeProps, defineNuxtLink };