diff --git a/packages/material-ui/src/styles/withStyles.d.ts b/packages/material-ui/src/styles/withStyles.d.ts index d5d420c40cd6eb..f105b15524f383 100644 --- a/packages/material-ui/src/styles/withStyles.d.ts +++ b/packages/material-ui/src/styles/withStyles.d.ts @@ -38,7 +38,7 @@ export interface WithStylesOptions export type ClassNameMap = Record; -export type WithStyles = Partial & { +export type WithStyles = Partial & { classes: ClassNameMap< T extends string ? T