What's the policy going to be concerning types? Looking at the popularity of TypeScript in the State of JS surveys JavaScript/TypeScript balance, I presume this library should export typings in some way. What is expected of contributors when authoring components?
- Should components be contributed in typescript only?
- Should contributors be able to write JS and provide types through other means like definitely typed?
- Should there be typings provided for multiple type systems like flow or JS Doc?
What's the policy going to be concerning types? Looking at the popularity of TypeScript in the State of JS surveys JavaScript/TypeScript balance, I presume this library should export typings in some way. What is expected of contributors when authoring components?