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.
InternshipProject/node_modules/rc-picker/es/index.d.ts

6 lines
284 B

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