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.

5 lines (4 loc) 196 B
import type { defineComponent } from 'vue'; export declare const NuxtComponentIndicator = "__nuxt_component"; /** @since 3.0.0 */ export declare const defineNuxtComponent: typeof defineComponent;