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.

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