All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hooks.locale.ts Maven / Gradle / Ivy

import { LocaleContext } from "contexts/LocaleContext";
import { useContext } from "react";

export const useLocale = () => useContext(LocaleContext)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy