-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.0.3
Environment
"ant-design-vue": "4.0.3"
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/main/typings/global.d.ts
Steps to reproduce
在global.d.ts中64行和270行都申明了AStyleProvider
What is expected?
AStyleProvider只存在一个
What is actually happening?
tsc编译的时候会抛出error:
Duplicate identifier 'AStyleProvider'