react-calendar
Version:
Ultimate calendar for your React app.
11 lines (10 loc) • 594 B
TypeScript
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 type { CalendarProps } from './Calendar.js';
export type { CalendarType, NavigationLabelFunc, OnArgs, OnClickFunc, OnClickWeekNumberFunc, TileArgs, TileClassNameFunc, TileContentFunc, TileDisabledFunc, } from './shared/types.js';
export { Calendar, CenturyView, DecadeView, MonthView, Navigation, YearView };
export default Calendar;