Skip to content

Commit

Permalink
feat(types): export ErrorTypes (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin authored Mar 15, 2020
1 parent 58bc519 commit 760c3e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export { warn } from './warning'
export {
handleError,
callWithErrorHandling,
callWithAsyncErrorHandling
callWithAsyncErrorHandling,
ErrorCodes
} from './errorHandling'
export {
useTransitionState,
Expand Down

0 comments on commit 760c3e0

Please sign in to comment.