Version
3.2.13
Environment
vue3
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/3.2.13/typings/global.d.ts
Steps to reproduce
- install version 3.2.13
- register antdv as global components
- use SkeletonTitle in Vue template, no type annotation for it
What is expected?
should annotate SkeletonTitle in Vue template when it's globally registered
What is actually happening?
type for SkeletonTitle is not exported from typings/global.d.ts