We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba85dc7 commit 5ebd763Copy full SHA for 5ebd763
lib/v3/index.d.ts
@@ -7,10 +7,10 @@ declare const install: (vue?: any) => void
7
* @deprecated To avoid bringing in all the tree-shakable modules, this API has been deprecated. Use `Vue2` or named exports instead.
8
* Refer to https://github.com/vueuse/vue-demi/issues/41
9
*/
10
-declare const V: Vue
+declare const V: typeof Vue
11
12
export function set<T>(target: any, key: any, val: T): T
13
-export function del(target: any, key: any)
+export function del(target: any, key: any): void
14
15
export * from 'vue'
16
export {
0 commit comments