Skip to content

Commit 91dfe02

Browse files
committed
chore: fix type
1 parent 9032327 commit 91dfe02

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • packages/devtools-ui-kit/src/runtime
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import type { NuxtDevtoolsIframeClient } from '@nuxt/devtools-kit/types'
2+
import type { Ref } from 'vue'
13
import { useDevtoolsClient } from '@nuxt/devtools-kit/iframe-client'
24

3-
export const devToolsClient = useDevtoolsClient()
5+
export const devToolsClient: Ref<NuxtDevtoolsIframeClient | undefined> = useDevtoolsClient()

0 commit comments

Comments
 (0)