We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af538 commit 8f8609eCopy full SHA for 8f8609e
src/index.ts
@@ -17,7 +17,7 @@ export {default as asCalendarConsumer} from './expandableCalendar/asCalendarCons
17
export {default as Timeline} from './timeline/Timeline';
18
export type {TimelineProps, TimelineEventProps, TimelinePackedEventProps} from './timeline/Timeline';
19
export {default as TimelineList} from './timeline-list';
20
-export {TimelineListProps, TimelineListRenderItemInfo} from './timeline-list';
+export type {TimelineListProps, TimelineListRenderItemInfo} from './timeline-list';
21
export {default as CalendarUtils} from './services';
22
export type {DateData, AgendaEntry, AgendaSchedule} from './types';
23
export {default as LocaleConfig} from 'xdate';
0 commit comments