elearning/Frontend-Learner/node_modules/nuxt/dist/components/runtime/server-component.d.ts
2026-01-13 10:48:02 +07:00

20 lines
1.2 KiB
TypeScript

export declare const createServerComponent: (name: string) => import("vue").DefineComponent<import("vue").ExtractPropTypes<{
lazy: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
lazy: BooleanConstructor;
}>> & Readonly<{
onError?: ((...args: any[]) => any) | undefined;
}>, {
lazy: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export declare const createIslandPage: (name: string) => import("vue").DefineComponent<import("vue").ExtractPropTypes<{
lazy: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
lazy: BooleanConstructor;
}>> & Readonly<{}>, {
lazy: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;