diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index 2f3b65438..9ca4ecd1f 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,