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.

15 lines (11 loc) 351 B
import type { SchemaDefinition } from 'nuxt/schema' import type { DefineNuxtConfig } from 'nuxt/config' export * from './dist/index.ts' declare global { const defineNuxtConfig: DefineNuxtConfig const defineNuxtSchema: (schema: SchemaDefinition) => SchemaDefinition interface ImportMeta { url: string readonly env: ImportMetaEnv } }