ant-design-vue/components/vc-picker/index.tsx

8 lines
285 B
Vue
Raw Normal View History

import Picker, { PickerProps } from './Picker';
import PickerPanel, { PickerPanelProps } from './PickerPanel';
import RangePicker, { RangePickerProps } from './RangePicker';
export { PickerPanel, RangePicker, PickerProps, PickerPanelProps, RangePickerProps };
export default Picker;