We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this's in the material-ui of withStyles.d.ts ,there're the code, in 32 lines
export interface WithStylesOptions<ClassKey extends string = string> extends JSS.CreateStyleSheetOptions<ClassKey> { flip?: boolean; withTheme?: boolean; name?: string; }
it has no exported member 'CreateStyleSheetOptions' in types/jss. how can I resolve it
The text was updated successfully, but these errors were encountered:
@galileo303 We rely on: https://github.com/mui-org/material-ui/blob/4e08a57bd7fcd9451182876da01e080c35c2679f/packages/material-ui/package.json#L38
Sorry, something went wrong.
No branches or pull requests
Context
this's in the material-ui of withStyles.d.ts ,there're the code, in 32 lines
it has no exported member 'CreateStyleSheetOptions' in types/jss.
how can I resolve it
Your Environment
The text was updated successfully, but these errors were encountered: