types(watch): export watchEffect types (#866)

This commit is contained in:
Yang Mingshan 2020-03-23 23:11:27 +08:00 committed by GitHub
parent 14908f2734
commit dff2fbab93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,8 @@ export {
} from '@vue/reactivity'
export {
// types
WatchEffect,
BaseWatchOptions,
WatchOptions,
WatchCallback,
WatchSource,