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.

26 lines (19 loc) 409 B
// ThreeD Garden Base Styles import borders from "~/themes/theme-light/base/borders" const { borderRadius } = borders // types type Types = any const avatar: Types = { styleOverrides: { root: { transition: "all 200ms ease-in-out", }, rounded: { borderRadius: borderRadius.lg, }, img: { height: "auto", }, }, } export default avatar