UNPKG

@toast-ui/calendar

Version:
12 lines (11 loc) 510 B
import Calendar from "./factory/calendar"; import Day from "./factory/day"; import Month from "./factory/month"; import Week from "./factory/week"; import TZDate from "./time/date"; import type { ExternalEventTypes } from "./types/eventBus"; import type { EventObjectWithDefaultValues } from "./types/events"; import type { Options } from "./types/options"; export default Calendar; export { Day, Month, TZDate, Week }; export type { EventObjectWithDefaultValues as EventObject, ExternalEventTypes, Options };