milesj / babel-plugin-typescript-to-proptypes

Generate React PropTypes from TypeScript interfaces or type aliases.
MIT License
367 stars 25 forks source link

fix: to map Record<> reference type to PropTypes.objectOf() #54

Closed emmenko closed 2 years ago

milesj commented 2 years ago

I landed this on master personally.