We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82ca3e commit e01189fCopy full SHA for e01189f
packages/runtime-core/src/index.ts
@@ -345,6 +345,7 @@ export type {
345
HydrationStrategyFactory,
346
} from './hydrationStrategies'
347
export type { HMRRuntime } from './hmr'
348
+export type { SchedulerJob } from './scheduler'
349
350
// Internal API ----------------------------------------------------------------
351
@@ -521,7 +522,7 @@ export { baseEmit, isEmitListener } from './componentEmits'
521
522
/**
523
* @internal
524
*/
-export { type SchedulerJob, queueJob, flushOnAppMount } from './scheduler'
525
+export { queueJob, flushOnAppMount } from './scheduler'
526
527
528
0 commit comments