react-trip-date
Version:
Accessible, fully customizable date and range picker for React applications.
3 lines • 508 B
TypeScript
import { DatePickerProps } from "./datePicker.type";
export declare const DatePicker: ({ autoResponsive, components, dayClasses, disabled, disabledBeforeToday, disabledAfterDate, disabledBeforeDate, disabledDays, initialMonthAndYear, jalali, locale, numberOfMonths: numberOfMonthsProp, numberOfSelectableDays, onChange, onRangeDateInScreen, selectedDays: selectedDaysProp, startOfWeek, theme: themeProp, }: DatePickerProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DatePicker.d.ts.map