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.

16 lines (12 loc) 261 B
// ThreeD Garden Helper Functions import pxToRem from "~/themes/theme-light/functions/pxToRem" // types type Types = any const step: Types = { styleOverrides: { root: { padding: `0 ${pxToRem(6)}`, }, }, } export default step