UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

13 lines (12 loc) 551 B
import * as i0 from "@angular/core"; /** Default values provider for calendar */ export declare class DatepickerConfig { /** dropdown overlay placement */ 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; static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DatepickerConfig>; }