useConfig Hook to get the current configuration, as defined in your provider. Usage Copy import { useConfig } from "@hyper-gate/react"; export function App() { const const config: Configconfig = useConfig(); }