UNPKG

react-native-ethiopian-calendar

Version:

A react native calendar component which is mainly intended for applications which require Ethiopian calendar.

4 lines (3 loc) 145 B
// Language code is based on ISO 639-2 export type LanguageCode = 'AMH' | 'ORM' | 'TIR' | 'AAR' | 'SOM' | 'ENG'; export type Mode = 'EC' | 'GC';