UNPKG

react-aria

Version:
10 lines (9 loc) 281 B
import { Locale } from './I18nProvider'; /** * Gets the locale setting of the browser. */ export declare function getDefaultLocale(): Locale; /** * Returns the current browser/system language, and updates when it changes. */ export declare function useDefaultLocale(): Locale;