Skip to content

Commit

Permalink
same order
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Dec 7, 2019
1 parent 981144f commit fcd8eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ export interface AvatarTypeMap<P = {}, D extends React.ElementType = 'div'> {

declare const Avatar: OverridableComponent<AvatarTypeMap>;

export type AvatarClassKey = 'root' | 'colorDefault' | 'fallback' | 'circle' | 'rounded' | 'square' | 'img';
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 fcd8eeb

Please sign in to comment.