UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

14 lines (12 loc) 198 B
export interface DateRangeDescriptor { type: DateRangeType; dateRange?: Date[]; } export enum DateRangeType { After, Before, Between, Specific, Weekdays, Weekends }