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.
2 parents 3b2ac1b + d8e022b commit 17cb7aaCopy full SHA for 17cb7aa
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