Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 24, 2019
1 parent c5c8b42 commit e6b211c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/material-ui/src/ListItemText/ListItemText.d.ts
Expand Up @@ -14,11 +14,11 @@ export interface ListItemTextProps

export type ListItemTextClassKey =
| 'root'
| 'inset'
| 'multiline'
| 'dense'
| 'inset'
| 'primary'
| 'secondary'
| 'multiline';
| 'secondary';

declare const ListItemText: React.ComponentType<ListItemTextProps>;

Expand Down

0 comments on commit e6b211c

Please sign in to comment.