Skip to content

Commit d8e022b

Browse files
committed
fixed type import error
1 parent 9b3c072 commit d8e022b

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)