styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.27k stars 107 forks source link

impr(borders): add missing types to the borders system utility group #346

Closed kamalbennani closed 2 years ago

kamalbennani commented 2 years ago

Summary

Hi 👋

I started using your library as a replacement for the "abandoned" styled-system repository and the migration is going well.

That being said, I saw that the borders utility group exposes a lot of props but the typing was not reflecting those available props such as borderTopStyle etc ...

So the goal of this PR is to add the missing typing to the BordersProps interface.