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.

58 lines (57 loc) 1.63 kB
declare const NuxtClientFallbackServer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ fallbackTag: { type: StringConstructor; default: () => string; }; fallback: { type: StringConstructor; default: () => string; }; placeholder: { type: StringConstructor; }; placeholderTag: { type: StringConstructor; }; keepFallback: { type: BooleanConstructor; default: () => boolean; }; }>, { ssrFailed: import("vue").ShallowRef<boolean, boolean>; ssrVNodes: { getBuffer(): import("./utils.js").SSRBuffer; push(item: import("./utils.js").SSRBufferItem): void; }; } | { ssrFailed: boolean; ssrVNodes: never[]; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'ssr-error'(_error: unknown): true; }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ fallbackTag: { type: StringConstructor; default: () => string; }; fallback: { type: StringConstructor; default: () => string; }; placeholder: { type: StringConstructor; }; placeholderTag: { type: StringConstructor; }; keepFallback: { type: BooleanConstructor; default: () => boolean; }; }>> & Readonly<{ "onSsr-error"?: ((_error: unknown) => any) | undefined; }>, { fallback: string; fallbackTag: string; keepFallback: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default NuxtClientFallbackServer;