We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfd37e commit 161e847Copy full SHA for 161e847
packages/devtools-kit/src/runtime/host-client.ts
@@ -35,7 +35,7 @@ export function onDevtoolsHostClientConnected(fn: (client: NuxtDevtoolsHostClien
35
}
36
37
38
-export function useDevtoolsHostClient() {
+export function useDevtoolsHostClient(): Ref<NuxtDevtoolsHostClient | undefined> {
39
if (!clientRef) {
40
clientRef = shallowRef<NuxtDevtoolsHostClient | undefined>()
41
0 commit comments