UNPKG

react-grid-hoc

Version:

Extract grid functionality outside from the components like in css grid layout

7 lines (6 loc) 97 B
// @flow export default props => { return ( {...props.children.forEach(item)} ); }