buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
107 stars 12 forks source link

Re-add export of type SelectOption #817

Closed federico-ercoles closed 9 months ago

federico-ercoles commented 9 months ago

The type SelectOption was previously defined in the SelectField.tsx file, and automatically exported from there. Now that it was moved to the types.ts file, it was not exported any more. This should fix the issue.