cssinjs / theming

Unified CSSinJS theming solution for React
300 stars 39 forks source link

[Readme] fix param type of withTheme #73

Closed ljqx closed 5 years ago

ljqx commented 5 years ago

In README.md, it docs that type of param of withTheme is PropTypes.element, but it should be a React.Component, which is ComponentType<> in Flow.

HenriBeck commented 5 years ago

Thanks. merged 👍