UNPKG

react-native-ethiopian-calendar

Version:

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

7 lines (6 loc) 192 B
import type { LanguageCode } from './types'; export declare type LanguageNameType = { name: string; code: LanguageCode; }; export declare const languageNames: Array<LanguageNameType>;