Skip to content

Commit

Permalink
just variant
Browse files Browse the repository at this point in the history
  • Loading branch information
aleccaputo committed Feb 7, 2020
1 parent 934fb17 commit 6b61500
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/material-ui/src/Typography/Typography.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ import { Variant as ThemeVariant } from '../styles/createTypography';

export type TypographyVariant = ThemeVariant | 'srOnly';

export type TypographyAlignment = PropTypes.Alignment;

export interface TypographyTypeMap<P = {}, D extends React.ElementType = 'span'> {
props: P & {
align?: TypographyAlignment;
align?: PropTypes.Alignment;
color?:
| 'initial'
| 'inherit'
Expand Down

0 comments on commit 6b61500

Please sign in to comment.