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.
18 lines (14 loc) • 348 B
text/typescript
// ThreeD Garden Helper Functions
import pxToRem from "~/themes/theme-light/functions/pxToRem"
// types
type Types = any
const cardContent: Types = {
styleOverrides: {
root: {
marginTop: 0,
marginBottom: 0,
padding: `${pxToRem(8)} ${pxToRem(24)} ${pxToRem(24)}`,
},
},
}
export default cardContent