UNPKG

react-trip-date

Version:

date-picker and range-picker for React applications

3 lines (2 loc) 448 B
import { RangePickerProps } from "./rangePicker.type"; export declare const RangePicker: ({ autoResponsive, allowDisabledDaysSpan, components, disabled, dayClasses, disabledAfterDate, disabledBeforeToday, disabledBeforeDate, disabledDays, initialMonthAndYear, jalali, locale, numberOfMonths: numberOfMonthsProps, onChange, onRangeDateInScreen, selectedDays: selectedDaysProps, startOfWeek, theme: themeProps, }: RangePickerProps) => JSX.Element;