🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
404 B

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