UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

9 lines (8 loc) 189 B
export interface RangeDate { startDate: Date | string | null; endDate: Date | string | null; } export enum FirstDayOfWeek { Sunday = 0, Monday = 1 }