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.

18 lines (14 loc) 236 B
// types type Types = any const listItem: Types = { defaultProps: { disableGutters: true, }, styleOverrides: { root: { paddingTop: 0, paddingBottom: 0, }, }, } export default listItem