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.

7 lines (5 loc) 286 B
import { NuxtLayouts, PageMeta, definePageMeta, defineRouteRules } from "./composables.js"; import { NuxtPageProps } from "./page.js"; //#region src/pages/runtime/index.d.ts //#endregion export { type NuxtLayouts, type NuxtPageProps, type PageMeta, definePageMeta, defineRouteRules };