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 9b3c072 commit d8e022bCopy full SHA for d8e022b
src/index.ts
@@ -18,5 +18,5 @@ 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 {default as CalendarUtils} from './services';
21
-export {DateData, AgendaEntry, AgendaSchedule} from './types';
+export type {DateData, AgendaEntry, AgendaSchedule} from './types';
22
export {default as LocaleConfig} from 'xdate';
0 commit comments