Skip to content

Commit

Permalink
fix(kit): broken types for useDevtoolsClient() (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 23, 2023
1 parent d4e1541 commit 934b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools-kit/src/runtime/iframe-client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Ref } from 'vue'
import { shallowRef, triggerRef } from 'vue'
import type { NuxtDevtoolsIframeClient } from '../../src/_types/client-api'
import type { NuxtDevtoolsIframeClient } from '../types'

let clientRef: Ref<NuxtDevtoolsIframeClient | undefined> | undefined
const hasSetup = false
Expand Down

0 comments on commit 934b1d4

Please sign in to comment.