Skip to content

Commit

Permalink
types(watch): export watchEffect types (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan authored Mar 23, 2020
1 parent 14908f2 commit dff2fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ export {
} from '@vue/reactivity'
export {
// types
WatchEffect,
BaseWatchOptions,
WatchOptions,
WatchCallback,
WatchSource,
Expand Down

0 comments on commit dff2fba

Please sign in to comment.