ソースを参照

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

daiwei 4 ヶ月 前
コミット
f2b2110857
1 ファイル変更2 行追加5 行削除
  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'
 // SSR context
 export { useSSRContext, ssrContextKey } from './helpers/useSsrContext'
+export { MoveType } from './renderer'
 
 // Custom Renderer API ---------------------------------------------------------
 
@@ -519,11 +520,7 @@ export { type VaporInteropInterface } from './apiCreateApp'
 /**
  * @internal
  */
-export {
-  type RendererInternals,
-  MoveType,
-  getInheritedScopeIds,
-} from './renderer'
+export { type RendererInternals, getInheritedScopeIds } from './renderer'
 /**
  * @internal
  */