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 81d2dca commit c215445Copy full SHA for c215445
types/index.d.ts
@@ -31,4 +31,4 @@ declare module "vue/types/vue" {
31
}
32
33
34
-export declare function install(V: typeof Vue): void
+export default function VueRx(V: typeof Vue): void
types/test/index.ts
@@ -1,5 +1,5 @@
1
import Vue from 'vue'
2
-import * as VueRX from '../index'
+import VueRX from '../index'
3
import { interval }from 'rxjs'
4
import { pluck, map } from 'rxjs/operators'
5
0 commit comments