Skip to content

Commit 220db9b

Browse files
authored
feat(types): expose WritableComputedRef (#1500)
1 parent 87c2a1e commit 220db9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export {
122122
TriggerOpTypes,
123123
Ref,
124124
ComputedRef,
125+
WritableComputedRef,
125126
UnwrapRef,
126127
WritableComputedOptions,
127128
ToRefs

0 commit comments

Comments
 (0)