UNPKG

react-intlayer

Version:

Easily internationalize i18n your React applications with type-safe multilingual content management.

15 lines (14 loc) 462 B
import * as _$_intlayer_types0 from "@intlayer/types"; //#region src/client/useLocaleBase.d.ts /** * On the client side, hook to get the current locale and all related fields */ declare const useLocaleBase: () => { locale: _$_intlayer_types0.LocalesValues; defaultLocale: any; availableLocales: any; setLocale: (newLocale: _$_intlayer_types0.LocalesValues) => void; }; //#endregion export { useLocaleBase }; //# sourceMappingURL=useLocaleBase.d.ts.map