UNPKG

ng-pick-datetime

Version:
12 lines (11 loc) 351 B
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>;