Skip to content

Commit 426c287

Browse files
author
Matt Lewis
committed
feat: expose day, week and month view components so they can be extended with inheritance
1 parent ef5a37f commit 426c287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ export * from './providers/calendarDateFormatter.provider';
55
export * from './interfaces/calendarDateFormatter.interface';
66
export * from './interfaces/calendarEventTimesChangedEvent.interface';
77
export * from './calendar.module';
8+
export * from './components/day/calendarDayView.component';
9+
export * from './components/month/calendarMonthViewHeader.component';
10+
export * from './components/week/calendarWeekViewHeader.component';
811
export {CalendarEvent, EventAction as CalendarEventAction, MonthViewDay as CalendarMonthViewDay} from 'calendar-utils';

0 commit comments

Comments
 (0)