Skip to content

Commit

Permalink
[core] Export TypographyVariant type (#19598)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleccaputo authored Feb 14, 2020
1 parent 80b8dad commit 9f54e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/styles/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export {
SimplePaletteColorOptions,
} from './createPalette';
export { default as createStyles } from './createStyles';
export { TypographyStyle } from './createTypography';
export { TypographyStyle, Variant as TypographyVariant } from './createTypography';
export { default as makeStyles } from './makeStyles';
export { default as responsiveFontSizes } from './responsiveFontSizes';
export { ComponentsPropsList } from './props';
Expand Down

0 comments on commit 9f54e27

Please sign in to comment.