### Describe the feature request
Whenever I write involved StyleX code, I need to destructure types from `"@stylexjs/stylex/lib/StyleXTypes"` as opposed to `"@stylexjs/stylex"`.
For example:
...
It's worth commenting that, in case anyone works on this, it would be ideal if this works for all StyleX APIs and not just `stylex.create`.
I'd really enjoy being able to do something like:
`...
> The playground supports Typescript syntax but doesn't have type-checking yet. Help welcome to fix this.
I did something like this which led me to believe TS doesn't work.
<img width="1728" ...
One nuance worth mentioning is that the docs use TypeScript (which is good) but it looks like the playground doesn't (yet?) support TS. It shouldn't be too hard to use a Babel plugin to strip types...
### Describe the feature request
_[Somewhat related to #832](https://github.com/facebook/stylex/issues/832)_
I've been meaning to read the new recipes section but had a hard time following beca...
### Describe the feature request
Lately, I've been using Claude to prototype a UI, then convert it to StyleX afterward. This works surprisingly well, but I'd love to not rely exclusively on Claude...