bloom-housing / ui-seeds

Shared user interface components for Bloom affordable housing system
Apache License 2.0
1 stars 1 forks source link

Verify component props TS interfaces are also exported #83

Closed jaredcwhite closed 1 month ago

jaredcwhite commented 4 months ago

There are some cases, such as Toast, where the props interface isn't getting exported alongside the component export. This means downstream consumers who want to build wrappers and other utilities related to Seeds components can't easily import those interfaces. We should make sure we are exporting all interfaces.