]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix: fix dts test
authordaiwei <daiwei521@126.com>
Mon, 8 Sep 2025 07:49:02 +0000 (15:49 +0800)
committerdaiwei <daiwei521@126.com>
Mon, 8 Sep 2025 07:49:02 +0000 (15:49 +0800)
packages/runtime-core/src/index.ts

index 5c3e875240a7aa15e69d810b46d80118964e6b79..533000ee85cb22f30acb760b7462faf2bf742a92 100644 (file)
@@ -130,6 +130,7 @@ export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
 
 export { createRenderer, createHydrationRenderer } from './renderer'
 export { queuePostFlushCb } from './scheduler'
+export type { SchedulerJob } from './scheduler'
 import { warn as _warn } from './warning'
 export const warn = (__DEV__ ? _warn : NOOP) as typeof _warn
 
@@ -530,7 +531,7 @@ export { baseEmit, isEmitListener } from './componentEmits'
 /**
  * @internal
  */
-export { type SchedulerJob, queueJob, flushOnAppMount } from './scheduler'
+export { queueJob, flushOnAppMount } from './scheduler'
 /**
  * @internal
  */