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.

17 lines (13 loc) 211 B
// types type Types = any const appBar: Types = { defaultProps: { color: "transparent", }, styleOverrides: { root: { boxShadow: "none", }, }, } export default appBar