aykutkardas / react-icomoon

It makes it very simple to use SVG icons in your React and React-Native projects.
https://svgps.app
MIT License
216 stars 22 forks source link

fix: add explicit array types #19

Closed rohrlaf closed 3 years ago

rohrlaf commented 3 years ago

Despite the typo in the typings, strict TypeScript configurations would complain about generic Array declarations. Additionally, a standard Prettier configuration will modify icon.width to type number in selection.json.

Relates to #9 and #13.

aykutkardas commented 3 years ago

It looks pretty good. Thank you for your contribution. 🎉