couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 129 forks source link

🐞 fix: update type for gap property on columns to take a number #394

Closed dionlarson closed 7 months ago

dionlarson commented 2 years ago

The type did not match what the component was expecting. Adds GapSize type and uses it in GapProps.gap + Columns.gap.