ng-devui
Version:
DevUI components based on Angular
17 lines (16 loc) • 469 B
TypeScript
import * as i0 from "@angular/core";
export declare class DatePickerConfigService {
dateConfig: {
timePicker: boolean;
dateConverter: any;
min: number;
max: number;
format: {
date: string;
time: string;
};
};
defaultFormat: string;
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerConfigService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DatePickerConfigService>;
}