]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
types(watch): export watchEffect types (#866)
authorYang Mingshan <y.mingshan3@gmail.com>
Mon, 23 Mar 2020 15:11:27 +0000 (23:11 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 15:11:27 +0000 (11:11 -0400)
packages/runtime-core/src/index.ts

index 2f3b6543800d834a102807966dc07ba2eb650b39..9ca4ecd1f3266485916a231c1733a1471cee2a8c 100644 (file)
@@ -147,6 +147,8 @@ export {
 } from '@vue/reactivity'
 export {
   // types
+  WatchEffect,
+  BaseWatchOptions,
   WatchOptions,
   WatchCallback,
   WatchSource,