@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
14 lines (13 loc) • 1.27 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./date-picker-inline/date-picker-inline.component";
import * as i2 from "./date-picker-float/date-picker.component";
import * as i3 from "./date-range-picker-inline/date-range-picker-inline.component";
import * as i4 from "./date-range-picker-float/date-range-picker.component";
import * as i5 from "./common/date-range-picker-input/date-range-picker-input.component";
import * as i6 from "./common/date-range-picker-input/start-date.directive";
import * as i7 from "./common/date-range-picker-input/end-date.directive";
export declare class DokuDatePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DokuDatePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DokuDatePickerModule, never, [typeof i1.DokuDatePickerInline, typeof i2.DokuDatePicker, typeof i3.DokuDateRangePickerInline, typeof i4.DokuDateRangePicker, typeof i5.DokuDateRangePickerInput, typeof i6.DokuStartDate, typeof i7.DokuEndDate], [typeof i1.DokuDatePickerInline, typeof i2.DokuDatePicker, typeof i3.DokuDateRangePickerInline, typeof i4.DokuDateRangePicker, typeof i5.DokuDateRangePickerInput, typeof i6.DokuStartDate, typeof i7.DokuEndDate]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DokuDatePickerModule>;
}