solidjs / solid-styled-components

A 1kb Styled Components library for Solid
MIT License
280 stars 26 forks source link

fix(types): restrict regular styles function call to one argument #38

Closed 100terres closed 1 year ago

100terres commented 1 year ago

What's included

fix: #37 fix: #15

Tag functions are properly typed and regular function calls are restrict to one argument (see: https://github.com/solidjs/solid-styled-components/pull/38#discussion_r988537281)

We can now override the types to mark the theme as always available on the props. (see: https://github.com/solidjs/solid-styled-components/pull/38#discussion_r988531112)

ryansolid commented 1 year ago

Thank you