Is your feature request related to a problem? Please describe.
I can't manage to find any way to type the props/data parameter which is currently unknown :

Describe the solution you'd like
It would be nice to provide a type generic parameter on createUseStyle to type data: unknown (in fact I can see in the code that it is left as a TODO)
Are you willing to implement it?
Yes, I'll try to implement it !
Is your feature request related to a problem? Please describe.
I can't manage to find any way to type the props/data parameter which is currently unknown :
Describe the solution you'd like
It would be nice to provide a type generic parameter on createUseStyle to type
data: unknown(in fact I can see in the code that it is left as a TODO)Are you willing to implement it?
Yes, I'll try to implement it !