UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

7 lines (6 loc) 177 B
import { RangePickerProps } from './interface'; declare const Picker: { (baseProps: RangePickerProps): JSX.Element; displayName: string; }; export default Picker;