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) 241 B
import { DefineSetupFnComponent } from "vue"; //#region src/app/components/test-component-wrapper.d.ts declare const testComponentWrapper: (url: string) => DefineSetupFnComponent<{}>; //#endregion export { testComponentWrapper as default };