Skip to content

Commit e01189f

Browse files
committed
fix: update SchedulerJob export
1 parent f82ca3e commit e01189f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export type {
345345
HydrationStrategyFactory,
346346
} from './hydrationStrategies'
347347
export type { HMRRuntime } from './hmr'
348+
export type { SchedulerJob } from './scheduler'
348349

349350
// Internal API ----------------------------------------------------------------
350351

@@ -521,7 +522,7 @@ export { baseEmit, isEmitListener } from './componentEmits'
521522
/**
522523
* @internal
523524
*/
524-
export { type SchedulerJob, queueJob, flushOnAppMount } from './scheduler'
525+
export { queueJob, flushOnAppMount } from './scheduler'
525526
/**
526527
* @internal
527528
*/

0 commit comments

Comments
 (0)