TypeStat
TypeStat copied to clipboard
Add options for templating generated interface names for generated interfaces for generics
trafficstars
When creating an interface for a React component that has propTypes, it's assumed the names will be something like MyClassProps. This likely isn't idiomatic for all consumers. Maybe folks will want to have names like MyClassProp_AutoGenerated?