amis-rpc-design/node_modules/rc-picker/es/index.d.ts

10 lines
393 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
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;