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.

33 lines (32 loc) 957 B
import type { VNode } from 'vue'; /** * component only used within islands for slot teleport */ declare const _default: import("vue").DefineComponent<{ name: { type: StringConstructor; required: true; }; /** * must be an array to handle v-for */ props: { type: () => Array<any>; }; }, (() => VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }> | undefined) | (() => VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[]), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ name: { type: StringConstructor; required: true; }; /** * must be an array to handle v-for */ props: { type: () => Array<any>; }; }>>, {}, {}>; export default _default;