UNPKG

react-native-localize

Version:

A toolbox for your React Native app localization.

6 lines 249 B
import type { Locale } from "./types"; export declare const getFindBestLanguageTag: (locales: Locale[]) => <T extends string>(languageTags: readonly T[]) => { languageTag: T; isRTL: boolean; } | undefined; //# sourceMappingURL=utils.d.ts.map