/** * Calendar Component * * Date picker with single/range selection and month navigation. * * @packageDocumentation */ export { default as Calendar } from './Calendar.svelte'; export * from './calendar.types.js'; export { calendarReducer } from './calendar.reducer.js'; //# sourceMappingURL=index.d.ts.map