UNPKG

@cafebazaar/emrooz

Version:

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

10 lines (9 loc) 290 B
export interface RangePickerInputLanguageStrings { readonly notSpecified: string; readonly rangeText: string; readonly to: string; } export interface RangePickerInputStrings { readonly fa: RangePickerInputLanguageStrings; readonly en: RangePickerInputLanguageStrings; }