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 213 B
import { DefineSetupFnComponent } from "vue"; //#region src/app/components/server-placeholder.d.ts declare const ServerPlaceholder: DefineSetupFnComponent<{}>; //#endregion export { ServerPlaceholder as default };