types(reactivity): adjust type exports (#4407)

This commit is contained in:
zhangenming
2021-09-02 04:49:12 +08:00
committed by GitHub
parent 4502a0eab5
commit a6e6253319
3 changed files with 14 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ export {
customRef,
triggerRef,
Ref,
ToRef,
ToRefs,
UnwrapRef,
ShallowUnwrapRef,
@@ -51,7 +52,8 @@ export {
ReactiveEffectOptions,
EffectScheduler,
DebuggerOptions,
DebuggerEvent
DebuggerEvent,
DebuggerEventExtraInfo
} from './effect'
export {
effectScope,