feat(types): expose WritableComputedRef (#1500)

This commit is contained in:
meteorlxy
2020-07-08 23:49:07 +08:00
committed by GitHub
parent 87c2a1e50f
commit 220db9bcda

View File

@@ -122,6 +122,7 @@ export {
TriggerOpTypes,
Ref,
ComputedRef,
WritableComputedRef,
UnwrapRef,
WritableComputedOptions,
ToRefs