File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/runtime-dom/types Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
// Note: this file is auto concatenated to the end of the bundled d.ts during
2
2
// build.
3
3
4
+ import { DefineComponent } from '@vue/runtime-core'
4
5
declare module '@vue/runtime-core' {
5
- interface GlobalDirectives {
6
- vShow : typeof vShow
6
+ interface GlobalComponents {
7
+ Transition : DefineComponent < TransitionProps >
8
+ TransitionGroup : DefineComponent < TransitionGroupProps >
7
9
}
8
10
}
Original file line number Diff line number Diff line change 1
1
// Note: this file is auto concatenated to the end of the bundled d.ts during
2
2
// build.
3
3
4
- import { DefineComponent } from '@vue/runtime-core'
5
4
declare module '@vue/runtime-core' {
6
- interface GlobalComponents {
7
- Transition : DefineComponent < TransitionProps >
8
- TransitionGroup : DefineComponent < TransitionGroupProps >
5
+ interface GlobalDirectives {
6
+ vShow : typeof vShow
9
7
}
10
8
}
You can’t perform that action at this time.
0 commit comments