Skip to content

Commit

Permalink
yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 7, 2019
1 parent fcd8eeb commit 49dc8a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/material-ui/src/Avatar/Avatar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ export interface AvatarTypeMap<P = {}, D extends React.ElementType = 'div'> {

declare const Avatar: OverridableComponent<AvatarTypeMap>;

export type AvatarClassKey = 'root' | 'colorDefault' | 'circle' | 'rounded' | 'square' | 'img' | 'fallback';
export type AvatarClassKey =
| 'root'
| 'colorDefault'
| 'circle'
| 'rounded'
| 'square'
| 'img'
| 'fallback';

export type AvatarProps<
D extends React.ElementType = AvatarTypeMap['defaultComponent'],
Expand Down

0 comments on commit 49dc8a2

Please sign in to comment.