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

@@ -147,18 +147,19 @@ declare module '@vue/reactivity' {
}
export {
Ref,
ToRef,
ToRefs,
ReactiveEffectOptions,
DebuggerEvent,
DebuggerOptions,
TrackOpTypes,
TriggerOpTypes,
Ref,
ComputedRef,
WritableComputedRef,
UnwrapRef,
ShallowUnwrapRef,
WritableComputedOptions,
ToRefs,
DeepReadonly
} from '@vue/reactivity'
export {