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 9032327 commit 91dfe02Copy full SHA for 91dfe02
1 file changed
packages/devtools-ui-kit/src/runtime/client.ts
@@ -1,3 +1,5 @@
1
+import type { NuxtDevtoolsIframeClient } from '@nuxt/devtools-kit/types'
2
+import type { Ref } from 'vue'
3
import { useDevtoolsClient } from '@nuxt/devtools-kit/iframe-client'
4
-export const devToolsClient = useDevtoolsClient()
5
+export const devToolsClient: Ref<NuxtDevtoolsIframeClient | undefined> = useDevtoolsClient()
0 commit comments