File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
packages/runtime-core/src Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ export {
122122export {
123123 BaseTransition ,
124124 BaseTransitionPropsValidators ,
125- checkTransitionMode ,
126125 type BaseTransitionProps ,
127126} from './components/BaseTransition'
128127// For using custom directives
@@ -155,10 +154,8 @@ export { registerRuntimeCompiler, isRuntimeOnly } from './component'
155154export {
156155 useTransitionState ,
157156 resolveTransitionHooks ,
158- baseResolveTransitionHooks ,
159157 setTransitionHooks ,
160158 getTransitionRawChildren ,
161- leaveCbKey ,
162159} from './components/BaseTransition'
163160export { initCustomFormatter } from './customFormatter'
164161
@@ -658,3 +655,12 @@ export { createCanSetSetupRefChecker } from './rendererTemplateRef'
658655 * @internal
659656 */
660657export { isTemplateNode } from './hydration'
658+
659+ /**
660+ * @internal
661+ */
662+ export {
663+ baseResolveTransitionHooks ,
664+ checkTransitionMode ,
665+ leaveCbKey ,
666+ } from './components/BaseTransition'
You can’t perform that action at this time.
0 commit comments