Skip to content

Commit

Permalink
feat: add new exports from composition-api (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 authored Feb 18, 2021
1 parent 7eebd91 commit 9cd5e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export * from './defineHelpers'
export * from './wrappers'

export type {
App,
ComponentInstance,
ComponentRenderProxy,
ComputedRef,
Expand Down Expand Up @@ -46,6 +47,7 @@ export {
computed,
createApp,
customRef,
defineAsyncComponent,
del,
getCurrentInstance,
h,
Expand Down

1 comment on commit 9cd5e93

@vercel
Copy link

@vercel vercel bot commented on 9cd5e93 Feb 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.