Skip to content

Commit

Permalink
fix missing classkey
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 7, 2020
1 parent 84d8c9d commit 9b235a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Avatar/Avatar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ declare const Avatar: OverridableComponent<AvatarTypeMap>;
export type AvatarClassKey =
| 'root'
| 'colorDefault'
| 'circle'
| 'circular'
| 'rounded'
| 'square'
Expand Down

0 comments on commit 9b235a2

Please sign in to comment.