roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

Typescript typings - advertise all valid div props for Grid, Row, Col #136

Closed beckend closed 6 years ago

beckend commented 7 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.

beckend commented 7 years ago

@roylee0704 would like a review.

jacargentina commented 6 years ago

@beckend already fixed on https://github.com/jacargentina/react-flexbox-grid

roylee0704 commented 6 years ago

@beckend LGTM! Thanks for PR!

roylee0704 commented 6 years ago

Released in v.2.1.1