milesj / babel-plugin-typescript-to-proptypes

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

Add leading comments to prop types #13

Closed redallen closed 5 years ago

redallen commented 5 years ago

This change copies leading comments over for react-docgen or similar tools. Unsure how to create tests for this project, so just leaving that alone for now.