UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

10 lines (9 loc) 393 B
import Picker from './Picker'; import PickerPanel from './PickerPanel'; import RangePicker from './RangePicker'; import type { PickerProps } from './Picker'; import type { PickerPanelProps } from './PickerPanel'; import type { RangePickerProps } from './RangePicker'; export { PickerPanel, RangePicker }; export type { PickerProps, PickerPanelProps, RangePickerProps }; export default Picker;