Skip to content

Commit 980dbf3

Browse files
committed
chore: add BaseTransition
1 parent b792c6c commit 980dbf3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/runtime-core/types/globalComponents.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ declare module '@vue/runtime-core' {
66
Teleport: DefineComponent<TeleportProps>
77
Suspense: DefineComponent<SuspenseProps>
88
KeepAlive: DefineComponent<KeepAliveProps>
9+
BaseTransition: DefineComponent<BaseTransitionProps>
910
}
1011
}

packages/runtime-dom/types/globalDirectives.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Note: this file is auto concatenated to the end of the bundled d.ts during
22
// build.
33

4+
import { DefineComponent } from '@vue/runtime-core'
45
declare module '@vue/runtime-core' {
56
interface GlobalComponents {
67
Transition: DefineComponent<TransitionProps>

0 commit comments

Comments
 (0)