Skip to content

Commit 760c3e0

Browse files
authored
feat(types): export ErrorTypes (#840)
1 parent 58bc519 commit 760c3e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ export { warn } from './warning'
7474
export {
7575
handleError,
7676
callWithErrorHandling,
77-
callWithAsyncErrorHandling
77+
callWithAsyncErrorHandling,
78+
ErrorCodes
7879
} from './errorHandling'
7980
export {
8081
useTransitionState,

0 commit comments

Comments
 (0)