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) 273 B
// ThreeD Garden Helper Functions import pxToRem from "~/themes/theme-light/functions/pxToRem" // types type Types = any const dialogActions: Types = { styleOverrides: { root: { padding: pxToRem(16), }, }, } export default dialogActions