From fa0d85dc7918fff226b00e36a2aba8731e2bf1b5 Mon Sep 17 00:00:00 2001 From: Yang Mingshan Date: Sun, 22 Mar 2020 17:59:35 +0800 Subject: [PATCH] types(watch): export watchEffect types --- packages/runtime-core/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index 2f3b6543800..9ca4ecd1f32 100644 --- a/packages/runtime-core/src/index.ts +++ b/packages/runtime-core/src/index.ts @@ -147,6 +147,8 @@ export { } from '@vue/reactivity' export { // types + WatchEffect, + BaseWatchOptions, WatchOptions, WatchCallback, WatchSource,