We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b8e93 commit ae892b1Copy full SHA for ae892b1
lib/index.d.ts
@@ -13,6 +13,7 @@ export function set<T>(target: any, key: any, val: T): T
13
export function del(target: any, key: any): void
14
15
export * from 'vue'
16
+export type { WatchOptions } from 'vue/types/v3-generated'
17
export {
18
V as Vue,
19
Vue2,
0 commit comments