milesj / babel-plugin-typescript-to-proptypes

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

Test keyof/typeof support #6

Closed milesj closed 5 years ago

milesj commented 5 years ago

Example: tagName: keyof JSX.IntrinsicElements;