Skip to content

Commit ba240eb

Browse files
authored
feat(runtime-core): export queuePostFlushCb (#1078)
1 parent 239270c commit ba240eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
7878

7979
// For custom renderers
8080
export { createRenderer, createHydrationRenderer } from './renderer'
81+
export { queuePostFlushCb } from './scheduler'
8182
export { warn } from './warning'
8283
export {
8384
handleError,

0 commit comments

Comments
 (0)