Describe the problem
It would be nice to have a ClassDefinition TypeScript type that can be used to type the "class" properties that describes the possible accepted values in clsx.
I can write one if you guys let me have breakfast first.
Describe the proposed solution
export type ClassDefinition = ...;
Importance
nice to have