Skip to content

Commit

Permalink
Re-export Options API needed type
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos committed Sep 20, 2023
1 parent 80b8e93 commit ae892b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function set<T>(target: any, key: any, val: T): T
export function del(target: any, key: any): void

export * from 'vue'
export type { WatchOptions } from 'vue/types/v3-generated'
export {
V as Vue,
Vue2,
Expand Down

0 comments on commit ae892b1

Please sign in to comment.