Skip to content

Commit 9f54e27

Browse files
authored
[core] Export TypographyVariant type (#19598)
1 parent 80b8dad commit 9f54e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/styles/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export {
66
SimplePaletteColorOptions,
77
} from './createPalette';
88
export { default as createStyles } from './createStyles';
9-
export { TypographyStyle } from './createTypography';
9+
export { TypographyStyle, Variant as TypographyVariant } from './createTypography';
1010
export { default as makeStyles } from './makeStyles';
1111
export { default as responsiveFontSizes } from './responsiveFontSizes';
1212
export { ComponentsPropsList } from './props';

0 commit comments

Comments
 (0)