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 e8b1b4e commit 0ffb0ddCopy full SHA for 0ffb0dd
types/index.d.ts
@@ -0,0 +1,3 @@
1
+declare module '@vue/devtools' {
2
+ export type connect = (host?: string, port?: string) => void
3
+ }
0 commit comments