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.

31 lines (30 loc) 994 B
import type { InjectionKey } from 'vue'; export declare const NuxtTeleportIslandSymbol: InjectionKey<false | string>; /** * component only used with componentsIsland * this teleport the component in SSR only if it needs to be hydrated on client */ declare const _default: import("vue").DefineComponent<{ to: { type: StringConstructor; required: true; }; nuxtClient: { type: BooleanConstructor; default: boolean; }; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ to: { type: StringConstructor; required: true; }; nuxtClient: { type: BooleanConstructor; default: boolean; }; }>>, { nuxtClient: boolean; }, {}>; export default _default;