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.

14 lines (12 loc) 192 B
const Divider = theme => { return { MuiDivider: { styleOverrides: { root: { margin: `${theme.spacing(2)} 0` } } } } } export default Divider