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

fix FlexboxesProps to include FlexBasisProps #332

Closed strozw closed 2 years ago

strozw commented 2 years ago

Summary

I want to use flexBasis for the same purpose as flexShrink in typescript. But currently flexBasis is not available in typescript.

Test plan

before

code completion is not work

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2021-12-15 9 24 40

after

code completion is work

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2021-12-15 9 22 44
agriffis commented 2 years ago

Thanks!