elearning/Frontend-Learner/node_modules/@nuxt/devtools-kit/dist/runtime/host-client.d.ts
2026-01-13 10:48:02 +07:00

4 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>;