@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
21 lines (20 loc) • 1.38 kB
TypeScript
import { TimePickerComponent } from './component';
import { TimePickerPanelComponent } from './panel/panel.component';
import * as i0 from "@angular/core";
import * as i1 from "@angular/forms";
import * as i2 from "@angular/cdk/portal";
import * as i3 from "@angular/cdk/overlay";
import * as i4 from "@angular/common";
import * as i5 from "../input/input.module";
import * as i6 from "../tooltip/tooltip.module";
import * as i7 from "../icon/icon.module";
import * as i8 from "../button/button.module";
import * as i9 from "../i18n/i18n.module";
import * as i10 from "./component";
import * as i11 from "./panel/panel.component";
export declare class TimePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, never, [typeof i1.FormsModule, typeof i1.ReactiveFormsModule, typeof i2.PortalModule, typeof i3.OverlayModule, typeof i4.CommonModule, typeof i5.InputModule, typeof i6.TooltipModule, typeof i7.IconModule, typeof i8.ButtonModule, typeof i9.I18nModule, typeof i10.TimePickerComponent, typeof i11.TimePickerPanelComponent], [typeof i10.TimePickerComponent, typeof i11.TimePickerPanelComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
}
export declare const TIME_PICKER_MODULE: readonly [typeof TimePickerComponent, typeof TimePickerPanelComponent];