UNPKG

ontimize-web-ngx

Version:
13 lines (12 loc) 286 B
export interface LocaleConfig { direction?: string; separator?: string; weekLabel?: string; applyLabel?: string; cancelLabel?: string; customRangeLabel?: string; daysOfWeek?: string[]; monthNames?: string[]; firstDay?: number; format?: string; }