@hxui/angular
Version:
An Angular library based on the [HXUI design system](https://hxui.io).
15 lines (14 loc) • 677 B
TypeScript
import * as i0 from "@angular/core";
/** Default values provider for calendar */
export declare class DateRangePickerConfig {
/** calendar placement, supported positions: 'top', 'bottom', 'left', 'right' */
placement: 'top' | 'bottom' | 'left' | 'right';
/** delay in ms before showing the calendar after show is called */
showDelay: number;
/** delay in ms before hiding the calendar after hide is called */
hideDelay: number;
tabSelected: string;
selectedDueDateInterval: string;
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DateRangePickerConfig>;
}