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

hooks.values.js Maven / Gradle / Ivy

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

export const useValues = () => useContext(ValuesContext)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy