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) 244 B
import { PrecomputedData } from "vue-bundle-renderer"; //#region src/runtime/server/precomputed.d.ts declare const stub: PrecomputedData | (() => PrecomputedData | Promise<PrecomputedData>) | undefined; //#endregion export { stub as default };