UNPKG

@hxui/angular

Version:

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

15 lines (14 loc) 952 B
import { AfterViewInit, EventEmitter } from '@angular/core'; import { IntervalItem } from '../interval-option-model'; import * as i0 from "@angular/core"; export declare class DateRangePickerIntervalComponent implements AfterViewInit { intervalOptionList: IntervalItem[]; currentSelectedInterval: IntervalItem; newSelectedInterval: EventEmitter<IntervalItem>; closeDropdown: EventEmitter<boolean>; ngAfterViewInit(): void; sendSelection(selectedItem: IntervalItem): void; mouseHover(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerIntervalComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerIntervalComponent, "hxa-date-range-picker-interval", never, { "intervalOptionList": "intervalOptionList"; "currentSelectedInterval": "currentSelectedInterval"; }, { "newSelectedInterval": "newSelectedInterval"; "closeDropdown": "closeDropdown"; }, never, never>; }