Skip to content

Commit bc1712a

Browse files
authored
chore(types): mark the vapor-related APIs as internal (#14008)
1 parent 20b5240 commit bc1712a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

packages/runtime-core/src/index.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export {
122122
export {
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'
155154
export {
156155
useTransitionState,
157156
resolveTransitionHooks,
158-
baseResolveTransitionHooks,
159157
setTransitionHooks,
160158
getTransitionRawChildren,
161-
leaveCbKey,
162159
} from './components/BaseTransition'
163160
export { initCustomFormatter } from './customFormatter'
164161

@@ -658,3 +655,12 @@ export { createCanSetSetupRefChecker } from './rendererTemplateRef'
658655
* @internal
659656
*/
660657
export { isTemplateNode } from './hydration'
658+
659+
/**
660+
* @internal
661+
*/
662+
export {
663+
baseResolveTransitionHooks,
664+
checkTransitionMode,
665+
leaveCbKey,
666+
} from './components/BaseTransition'

0 commit comments

Comments
 (0)