cca-io / rescript-mui

ReScript bindings for MUI
MIT License
254 stars 52 forks source link

Children react element #173

Closed fhammerschmidt closed 2 years ago

fhammerschmidt commented 2 years ago

This PR changes the children type from a generic 'children to React.element and thus now uses the same semantics as React(Dom).

Fixes #172