Skip to content

Commit

Permalink
feat: extract global components from @vue/runtime-dom
Browse files Browse the repository at this point in the history
close #1489
  • Loading branch information
johnsoncodehk committed Jul 7, 2022
1 parent 3307bd8 commit 3a164f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue-typescript/src/utils/localTypes.ts
Expand Up @@ -28,6 +28,7 @@ type ForableSource<T> = [
export type GlobalComponents =
PickNotAny<import('vue').GlobalComponents, {}>
& PickNotAny<import('@vue/runtime-core').GlobalComponents, {}>
& PickNotAny<import('@vue/runtime-dom').GlobalComponents, {}>
& Pick<typeof vue,
'Transition'
| 'TransitionGroup'
Expand Down

0 comments on commit 3a164f9

Please sign in to comment.