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 (6 loc) 302 B
import type { DefineComponent, MaybeRef } from 'vue'; import type { PageMeta } from '../../pages/runtime/composables.js'; declare const _default: DefineComponent<{ name?: (unknown extends PageMeta["layout"] ? MaybeRef<string | false> : PageMeta["layout"]) | undefined; }>; export default _default;