UNPKG

gentics-ui-core

Version:

This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.

13 lines (12 loc) 274 B
export interface DateTimePickerStrings { hours: string; minutes: string; seconds: string; okay: string; cancel: string; months: string[]; monthsShort?: string[]; weekdays: string[]; weekdaysShort?: string[]; weekdaysMin?: string[]; }