ng-pick-datetime
Version:
Angular Date Time Picker
12 lines (11 loc) • 351 B
TypeScript
import { InjectionToken } from '@angular/core';
export declare type OwlDateTimeFormats = {
parseInput: any;
fullPickerInput: any;
datePickerInput: any;
timePickerInput: any;
monthYearLabel: any;
dateA11yLabel: any;
monthYearA11yLabel: any;
};
export declare const OWL_DATE_TIME_FORMATS: InjectionToken<OwlDateTimeFormats>;