UNPKG

react-trip-date

Version:

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

8 lines 454 B
export { RangePicker } from "./rangePicker"; export { DatePicker } from "./datePicker"; export { Calendar } from "./calendar"; export type { Theme } from "./constant"; export type { CalendarProps } from "./calendar/calendar.type"; export type { DatePickerProps, DatePickerComponents, } from "./datePicker/datePicker.type"; export type { RangePickerProps, RangePickerComponents, } from "./rangePicker/rangePicker.type"; //# sourceMappingURL=index.d.ts.map