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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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