diff --git a/packages/material-ui/src/Typography/Typography.d.ts b/packages/material-ui/src/Typography/Typography.d.ts index 1cadd8234ea8c7..e2a04c1bb5c436 100644 --- a/packages/material-ui/src/Typography/Typography.d.ts +++ b/packages/material-ui/src/Typography/Typography.d.ts @@ -58,7 +58,9 @@ export type TypographyClassKey = | 'gutterBottom' | 'paragraph' | 'colorInherit' + | 'colorPrimary' | 'colorSecondary' + | 'colorTextPrimary' | 'colorTextSecondary' | 'colorError' | 'displayInline'