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.

6 lines (4 loc) 123 B
import createCache from '@emotion/cache' export const createEmotionCache = () => { return createCache({ key: 'css' }) }