CloudProxyPro/node_modules/nuxt/dist/app/components/client-fallback.client.d.ts
2025-09-05 14:59:21 +08:00

51 lines
1.5 KiB
TypeScript

declare const _default: 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;
};
}>, () => 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, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "ssr-error"[], "ssr-error", 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"?: ((...args: any[]) => any) | undefined;
}>, {
fallback: string;
fallbackTag: string;
keepFallback: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;