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) 237 B
import { AsyncComponentLoader, Component } from "vue"; //#region src/components/runtime/client-component.d.ts declare function createClientPage(loader: AsyncComponentLoader): Promise<Component>; //#endregion export { createClientPage };