UNPKG

@cafebazaar/emrooz

Version:

Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.

9 lines (8 loc) 260 B
export interface DatePickerInputLanguageStrings { readonly notSpecified: string; readonly dateText: string; } export interface DatePickerInputStrings { readonly fa: DatePickerInputLanguageStrings; readonly en: DatePickerInputLanguageStrings; }