Skip to content

Commit 0ffb0dd

Browse files
author
karan verma
committed
feat: added typing for connect
1 parent e8b1b4e commit 0ffb0dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module '@vue/devtools' {
2+
export type connect = (host?: string, port?: string) => void
3+
}

0 commit comments

Comments
 (0)