Skip to content

Commit bf0cbd6

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

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)