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.

8 lines (7 loc) 291 B
import { defineComponent } from "vue"; //#region src/app/composables/component.d.ts declare const NuxtComponentIndicator = "__nuxt_component"; /** @since 3.0.0 */ declare const defineNuxtComponent: typeof defineComponent; //#endregion export { NuxtComponentIndicator, defineNuxtComponent };