UNPKG

react-calendar-full

Version:

A full-featured React calendar component with event scheduling and monthly, weekly, and daily views.

4 lines (3 loc) 153 B
export { default as DayView } from './day-view'; export { default as MonthView } from './month-view'; export { default as WeekView } from './week-view';