UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

19 lines (18 loc) 1.2 kB
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./datepicker.component"; import * as i2 from "./datepicker-form.component"; import * as i3 from "./datepicker-interval.component"; import * as i4 from "@angular/common"; import * as i5 from "@angular/forms"; import * as i6 from "../tabs/tabs.module"; import * as i7 from "ngx-mask"; import * as i8 from "../text-input/text-input.module"; import * as i9 from "@angular/cdk/overlay"; import * as i10 from "@angular/cdk/a11y"; export declare class DatepickerModule { static forRoot(): ModuleWithProviders<DatepickerModule>; static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerModule, [typeof i1.DatepickerComponent, typeof i2.DatepickerFormComponent, typeof i3.DatepickerIntervalComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.TabsModule, typeof i7.NgxMaskModule, typeof i8.TextInputModule, typeof i9.OverlayModule, typeof i10.A11yModule], [typeof i2.DatepickerFormComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DatepickerModule>; }