help wanted
仓库指标
- Star
- (11,761 star)
- PR 合并指标
- (平均合并 6天 9小时) (30 天内合并 5 个 PR)
描述
Problem description:
Your Flow type definitions make use of React.HTMLProps, but this type doesn't exist in Flow.
https://github.com/paypal/downshift/blob/master/flow-typed/npm/downshift_v2.x.x.js.flow#L143
Suggested solution:
Maybe $Shape<HTMLSomething> will produce something similar.