emoji-picker-react
emoji-picker-react copied to clipboard
Migrate to TypeScript
Summary
By migrating to TypeScript the picker will gain the following:
- The picker will emit accurate types along with the rest of the published artifact instead of the manual
.d.ts
that is shipped today. - Refactoring and general contributions should be much easier and approachable thanks to the added confidence provided by strict type-checking.