UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

3 lines (2 loc) 185 B
export type DateFormats = string | 'FULL' | 'SHORT' | 'DATE' | 'TIME' | 'WEEK' | 'MONTH' | 'YEAR'; export type DurationFormats = 'TEXT' | 'FULL' | 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND';