@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
22 lines (21 loc) • 666 B
TypeScript
import { DateTimePickerTimezone } from './date-time-picker.utils';
import * as i0 from "@angular/core";
export declare class DateTimePickerConfig {
showDate: boolean;
showTime: boolean;
showTimezone: boolean;
showSeconds: boolean;
showMeridian: boolean;
showSpinners: boolean;
showNowBtn: boolean;
weekdays: string[];
nowBtnText: string;
timezones: DateTimePickerTimezone[];
months: string[];
monthsShort: string[];
meridians: string[];
min: Date;
max: Date;
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DateTimePickerConfig>;
}