UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

5 lines (3 loc) 167 B
import { useContext } from 'react' import { SettingsContext } from '~/@core/context/settingsContext' export const useSettings = () => useContext(SettingsContext)