Skip to content

Commit ae892b1

Browse files
authored
Re-export Options API needed type
fix vueuse/vueuse#2232
1 parent 80b8e93 commit ae892b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export function set<T>(target: any, key: any, val: T): T
1313
export function del(target: any, key: any): void
1414

1515
export * from 'vue'
16+
export type { WatchOptions } from 'vue/types/v3-generated'
1617
export {
1718
V as Vue,
1819
Vue2,

0 commit comments

Comments
 (0)