diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index 9717174bbe3..801be33688b 100644 --- a/packages/runtime-core/src/index.ts +++ b/packages/runtime-core/src/index.ts @@ -81,6 +81,9 @@ export { resolveTransitionHooks, setTransitionHooks } from './components/BaseTransition' +// export errorTypes to can be used with callWithErrorHandling +export { LifecycleHooks } from './component' +export { ErrorCodes } from './errorHandling' // For compiler generated code // should sync with '@vue/compiler-core/src/runtimeConstants.ts'