UNPKG

790 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./calendar-day-view/calendar-day-view.component";
3import * as i2 from "@angular/common";
4import * as i3 from "../common/calendar-common.module";
5import * as i4 from "../week/calendar-week.module";
6export { CalendarDayViewComponent, CalendarDayViewBeforeRenderEvent, } from './calendar-day-view/calendar-day-view.component';
7export declare class CalendarDayModule {
8 static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDayModule, never>;
9 static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarDayModule, [typeof i1.CalendarDayViewComponent], [typeof i2.CommonModule, typeof i3.CalendarCommonModule, typeof i4.CalendarWeekModule], [typeof i1.CalendarDayViewComponent]>;
10 static ɵinj: i0.ɵɵInjectorDeclaration<CalendarDayModule>;
11}