UNPKG

648 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./base-calendar.component";
3import * as i2 from "../calendar-kit/calendar-kit.module";
4import * as i3 from "../shared/shared.module";
5import * as i4 from "../card/card.module";
6export declare class NbBaseCalendarModule {
7 static ɵfac: i0.ɵɵFactoryDeclaration<NbBaseCalendarModule, never>;
8 static ɵmod: i0.ɵɵNgModuleDeclaration<NbBaseCalendarModule, [typeof i1.NbBaseCalendarComponent], [typeof i2.NbCalendarKitModule, typeof i3.NbSharedModule, typeof i4.NbCardModule], [typeof i1.NbBaseCalendarComponent]>;
9 static ɵinj: i0.ɵɵInjectorDeclaration<NbBaseCalendarModule>;
10}