UNPKG

@hxui/angular

Version:

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

14 lines (13 loc) 259 B
export declare enum DisplayMode { showTab = 1, showCustomOnly = 2, showIntervalOnly = 3 } export interface DateRange { fromDate: Date; toDate: Date; } export declare enum DateSelectionType { interval = 0, custom = 1 }