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 194 B
//#region src/app/components/nuxt-stubs.d.ts declare const NuxtImg: { setup: () => never; }; declare const NuxtPicture: { setup: () => never; }; //#endregion export { NuxtImg, NuxtPicture };