freenowtech / wave

Design System of FREE NOW
https://wave.free-now.com
Apache License 2.0
64 stars 22 forks source link

fix: add missing type exports in components index #446

Closed martimalek closed 4 months ago

martimalek commented 4 months ago

What

Add missing type exports in components index files

Media

N/A

Why

In #445 I added missing type exports to the Table and Datepicker components index files, but I was missing those exports in the /components/index.ts file 🙈 ​

How