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) 175 B
import { RouterConfig } from "nuxt/schema"; //#region src/pages/runtime/router.options.d.ts declare const _default: RouterConfig; //#endregion export { _default as default };