react-trip-date
Version:
date-picker and range-picker for React applications
8 lines (7 loc) • 426 B
TypeScript
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";