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.

11 lines (8 loc) 143 B
// types type Types = any const buttonBase: Types = { defaultProps: { disableRipple: false, }, } export default buttonBase