We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b792c6c commit 980dbf3Copy full SHA for 980dbf3
packages/runtime-core/types/globalComponents.d.ts
@@ -6,5 +6,6 @@ declare module '@vue/runtime-core' {
6
Teleport: DefineComponent<TeleportProps>
7
Suspense: DefineComponent<SuspenseProps>
8
KeepAlive: DefineComponent<KeepAliveProps>
9
+ BaseTransition: DefineComponent<BaseTransitionProps>
10
}
11
packages/runtime-dom/types/globalDirectives.d.ts
@@ -1,6 +1,7 @@
1
// Note: this file is auto concatenated to the end of the bundled d.ts during
2
// build.
3
4
+import { DefineComponent } from '@vue/runtime-core'
5
declare module '@vue/runtime-core' {
interface GlobalComponents {
Transition: DefineComponent<TransitionProps>
0 commit comments