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.

57 lines (56 loc) 1.55 kB
declare const _default: 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; }; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }> | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "ssr-error"[], "ssr-error", 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"?: ((...args: any[]) => any) | undefined; }, { fallback: string; fallbackTag: string; keepFallback: boolean; }, {}>; export default _default;