milesj / babel-plugin-typescript-to-proptypes

Generate React PropTypes from TypeScript interfaces or type aliases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test keyof/typeof support

milesj opened this issue · comments

Example: tagName: keyof JSX.IntrinsicElements;