UNPKG

@progress/kendo-angular-dateinputs

Version:

Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).

17 lines (16 loc) 1.03 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./localization/dateinput-custom-messages.component"; import * as i2 from "./dateinput.component"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) * definition for the DateInput component. */ export declare class DateInputModule { static ɵfac: i0.ɵɵFactoryDeclaration<DateInputModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputModule, never, [typeof i1.DateInputCustomMessagesComponent, typeof i2.DateInputComponent], [typeof i1.DateInputCustomMessagesComponent, typeof i2.DateInputComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DateInputModule>; }