penambahan web socket
This commit is contained in:
20
examples/nuxt3-websocket-client/node_modules/nuxt/dist/components/runtime/server-component.d.ts
generated
vendored
Normal file
20
examples/nuxt3-websocket-client/node_modules/nuxt/dist/components/runtime/server-component.d.ts
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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>;
|
||||
Reference in New Issue
Block a user