Skip to content

Commit

Permalink
feat: export the CalendarMonthViewDay interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Jan 2, 2017
1 parent 5814146 commit 4142231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export * from './providers/calendarDateFormatter.provider';
export * from './interfaces/calendarDateFormatter.interface';
export * from './interfaces/calendarEventTimesChangedEvent.interface';
export * from './calendar.module';
export {CalendarEvent, EventAction as CalendarEventAction} from 'calendar-utils';
export {CalendarEvent, EventAction as CalendarEventAction, MonthViewDay as CalendarMonthViewDay} from 'calendar-utils';

0 comments on commit 4142231

Please sign in to comment.