Closed beckend closed 6 years ago
Grid, Row, Col actually forwards all valid html props, onClick, style and so on. The typings does not allow that, this PR fixes that.
onClick
style
@roylee0704 would like a review.
@beckend already fixed on https://github.com/jacargentina/react-flexbox-grid
@beckend LGTM! Thanks for PR!
Released in v.2.1.1
v.2.1.1
Grid, Row, Col actually forwards all valid html props,
onClick
,style
and so on. The typings does not allow that, this PR fixes that.