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.

9 lines (5 loc) 328 B
import type { NuxtConfig, DefineNuxtConfig as _DefineNuxtConfig } from 'nuxt/schema' export { NuxtConfig } from 'nuxt/schema' // eslint-disable-next-line @typescript-eslint/no-empty-object-type export interface DefineNuxtConfig extends _DefineNuxtConfig<NuxtConfig> {} export declare const defineNuxtConfig: DefineNuxtConfig