ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

RangePickerProps无法import

Open hemingxing opened this issue 1 year ago • 1 comments
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”?

hemingxing avatar Jan 24 '24 13:01 hemingxing

import type { RangePickerProps } from 'ant-design-vue'; 这样好像可以

qppq54s avatar Feb 04 '24 06:02 qppq54s

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

github-actions[bot] avatar Apr 05 '24 02:04 github-actions[bot]