UNPKG

@shinyongjun/react-datepicker

Version:
3 lines (2 loc) 347 B
import { RangePickerProps } from '../types/props'; export default function RangePicker({ startValue, endValue, useClearButton, showsMultipleCalendar, valueFormat, labelFormat, weekdayLabels, withPortal, className, disabled, timePicker, timeStep, holidays, onChangeStart, onChangeEnd, }: RangePickerProps): import("react/jsx-runtime").JSX.Element;