react-trip-date
Version:
date-picker and range-picker for React applications
3 lines (2 loc) • 445 B
TypeScript
import { DatePickerProps } from "./datePicker.type";
export declare const DatePicker: ({ autoResponsive, components, dayClasses, disabled, disabledBeforeToday, disabledAfterDate, disabledBeforeDate, disabledDays, initialMonthAndYear, jalali, locale, numberOfMonths: numberOfMonthsProps, numberOfSelectableDays, onChange, onRangeDateInScreen, selectedDays: selectedDaysProps, startOfWeek, theme: themeProps, }: DatePickerProps) => JSX.Element;