@shinyongjun/react-datepicker
Version:
DatePicker component in React App.
3 lines (2 loc) • 347 B
TypeScript
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;