UNPKG

react-calendar

Version:

Ultimate calendar for your React app.

9 lines (8 loc) 357 B
import Calendar from './Calendar.js'; import CenturyView from './CenturyView.js'; import DecadeView from './DecadeView.js'; import MonthView from './MonthView.js'; import Navigation from './Calendar/Navigation.js'; import YearView from './YearView.js'; export { Calendar, CenturyView, DecadeView, MonthView, Navigation, YearView }; export default Calendar;