diff --git a/src/styles/withStyles.d.ts b/src/styles/withStyles.d.ts index 84b6d2a8605500..96a6c92739375d 100644 --- a/src/styles/withStyles.d.ts +++ b/src/styles/withStyles.d.ts @@ -33,6 +33,10 @@ export interface StyledComponentProps { export default function withStyles( style: StyleRules | StyleRulesCallback, options?: WithStylesOptions -):

( - component: React.ComponentType

> -) => React.ComponentType

>; +): { +

( + component: React.ComponentType

> + ): React.ComponentType

> + + _StyleProps: WithStyles +};