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 205 forks source link

TypeScript disallows children #195

Open ncovercash opened 2 years ago

ncovercash commented 2 years ago

With the current TypeScript props, children are not allowed, making it impossible to add anything as children to the components. The original issue had children props, however, it seems like they never made it to the PR/final types.