Skip to content

Commit 27a1848

Browse files
committed
Updated typings to include default export
1 parent 81d2dca commit 27a1848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ declare module "vue/types/vue" {
3131
}
3232
}
3333

34-
export declare function install(V: typeof Vue): void
34+
export default function VueRx(V: typeof Vue): void

0 commit comments

Comments
 (0)