feat(types): export ErrorTypes (#840)

This commit is contained in:
likui
2020-03-15 23:40:58 +08:00
committed by GitHub
parent 58bc51991e
commit 760c3e0fd6

View File

@@ -74,7 +74,8 @@ export { warn } from './warning'
export {
handleError,
callWithErrorHandling,
callWithAsyncErrorHandling
callWithAsyncErrorHandling,
ErrorCodes
} from './errorHandling'
export {
useTransitionState,