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

14 lines
296 B
Vue

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