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.

6 lines (5 loc) 201 B
import { Manifest } from "vue-bundle-renderer"; //#region src/runtime/server/manifest.d.ts declare const stub: Manifest | (() => Manifest | Promise<Manifest>); //#endregion export { stub as default };