UNPKG

react-native-localize

Version:

A toolbox for your React Native app localization.

14 lines 805 B
import type { Calendar, Locale, NumberFormatSettings, TemperatureUnit } from "./types"; export declare function getCalendar(): Calendar; export declare function getCountry(): string; export declare function getCurrencies(): string[]; export declare function getLocales(): Locale[]; export declare function getNumberFormatSettings(): NumberFormatSettings; export declare function getTemperatureUnit(): TemperatureUnit; export declare function getTimeZone(): string; export declare function uses24HourClock(): boolean; export declare function usesMetricSystem(): boolean; export declare function usesAutoDateAndTime(): boolean | undefined; export declare function usesAutoTimeZone(): boolean | undefined; export declare function openAppLanguageSettings(): Promise<void>; //# sourceMappingURL=module.d.ts.map