feat(reactivity): add effect to public api (#909)

This commit is contained in:
Robbin Baauw 2020-04-03 15:30:58 +02:00 committed by GitHub
parent 0cf3f78134
commit 6fba241850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
export const version = __VERSION__
export {
effect,
ref,
unref,
shallowRef,