ant-design-vue
ant-design-vue copied to clipboard
RangePickerProps无法import
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.1.0
Environment
mac os;vue:^3.3.4
Reproduction link
https://github.com/vueComponent/ant-design-vue/tree/4.1.0
Steps to reproduce
import { RangePickerProps } from 'ant-design-vue';
What is expected?
可以正常引入
What is actually happening?
“"ant-design-vue"”没有导出的成员“RangePickerProps”。你是否指的是“TimeRangePickerProps”?
import type { RangePickerProps } from 'ant-design-vue'; 这样好像可以
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days