UNPKG

react-trip-date

Version:

Accessible, fully customizable date and range picker for React applications.

3 lines 512 B
import { RangePickerProps } from "./rangePicker.type"; export declare const RangePicker: ({ autoResponsive, allowDisabledDaysSpan, components, disabled, dayClasses, disabledAfterDate, disabledBeforeToday, disabledBeforeDate, disabledDays, initialMonthAndYear, jalali, locale, numberOfMonths: numberOfMonthsProp, onChange, onRangeDateInScreen, selectedDays: selectedDaysProp, startOfWeek, theme: themeProp, }: RangePickerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RangePicker.d.ts.map