Skip to content

Commit 17cb7aa

Browse files
authored
Merge pull request #1752 from connectdotz/fix-type-import
fix type import error
2 parents 3b2ac1b + d8e022b commit 17cb7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ export {default as Timeline} from './timeline/Timeline';
1818
export type {TimelineProps, TimelineEventProps, TimelinePackedEventProps} from './timeline/Timeline';
1919
export {default as TimelineList} from './timeline-list';
2020
export {default as CalendarUtils} from './services';
21-
export {DateData, AgendaEntry, AgendaSchedule} from './types';
21+
export type {DateData, AgendaEntry, AgendaSchedule} from './types';
2222
export {default as LocaleConfig} from 'xdate';

0 commit comments

Comments
 (0)