Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/@nuxt/devtools-kit/dist/runtime/host-client.d.ts
T
2025-09-18 19:01:22 +07:00

5 lines
321 B
TypeScript

import type { NuxtDevtoolsHostClient } from '@nuxt/devtools-kit/types';
import type { Ref } from 'vue';
export declare function onDevtoolsHostClientConnected(fn: (client: NuxtDevtoolsHostClient) => void): (() => void) | undefined;
export declare function useDevtoolsHostClient(): Ref<NuxtDevtoolsHostClient | undefined>;