types(reactivity): adjust type exports (#4407)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user