Browse Source

refactor(runtime-core): move MoveType export to public API

daiwei 4 months ago
parent
commit
f2b2110857
1 changed files with 2 additions and 5 deletions
  1. 2 5
      packages/runtime-core/src/index.ts

+ 2 - 5
packages/runtime-core/src/index.ts

@@ -133,6 +133,7 @@ export {
 export { withDirectives } from './directives'
 export { withDirectives } from './directives'
 // SSR context
 // SSR context
 export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
 export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
+export { MoveType } from './renderer'
 
 
 // Custom Renderer API ---------------------------------------------------------
 // Custom Renderer API ---------------------------------------------------------
 
 
@@ -519,11 +520,7 @@ export { type VaporInteropInterface } from './apiCreateApp'
 /**
 /**
  * @internal
  * @internal
  */
  */
-export {
-  type RendererInternals,
-  MoveType,
-  getInheritedScopeIds,
-} from './renderer'
+export { type RendererInternals, getInheritedScopeIds } from './renderer'
 /**
 /**
  * @internal
  * @internal
  */
  */