tiltshift / figmint

sync Figma styles to JS
MIT License
97 stars 7 forks source link

better typescript output #21

Open chrisdrackett opened 4 years ago

chrisdrackett commented 4 years ago

I did the types in this project a while ago and they… aren't great.

This issue covers going and and doing a better job providing types that match the exported values from figmint. This includes using Readonly where needed and providing the end user with types they can actually use and match up with the object we return.