Skip to content

Commit

Permalink
feat: add new exports from @vue/composition-api
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 7, 2020
1 parent 995b2e9 commit 5bbcfd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export type {
PropType,
Ref,
SetupContext,
ShallowUnwrapRef,
UnwrapRef,
VueWatcher,
WatchCallback,
Expand All @@ -41,6 +42,7 @@ export {
h,
inject,
isReactive,
isReadonly,
isRef,
markRaw,
markReactive,
Expand All @@ -56,10 +58,12 @@ export {
onUnmounted,
onUpdated,
provide,
proxyRefs,
reactive,
ref,
set,
shallowReactive,
shallowReadonly,
shallowRef,
toRaw,
toRef,
Expand Down

0 comments on commit 5bbcfd7

Please sign in to comment.