UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

9 lines (8 loc) 445 B
// Root re-export for @medalsocial/meda — keeps the calendar surface accessible // from the package root in addition to the @medalsocial/meda/calendar subpath. export { Calendar } from './calendar.js'; export { CalendarToolbar } from './calendar-toolbar.js'; export { DayView } from './day-view.js'; export { MonthView } from './month-view.js'; export { DEFAULT_CALENDAR_LABELS, } from './types.js'; export { WeekView } from './week-view.js';