import { useContext } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.120/src/src.deps.ts";
Returns the current context value, as given by the nearest context provider for the given context. When the provider updates, this Hook will trigger a rerender with the latest context value.
Parameters
context: PreactContext<T>
The context you want to use