Skip to content

Commit

Permalink
[ListItemAvatar] Add "children" prop (mui#19509)
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma authored and EsoterikStare committed Feb 13, 2020
1 parent 5b6f957 commit b7685bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/material-ui/src/ListItemAvatar/ListItemAvatar.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { StandardProps } from '..';

export interface ListItemAvatarProps extends StandardProps<{}, ListItemAvatarClassKey> {}
export interface ListItemAvatarProps extends StandardProps<{}, ListItemAvatarClassKey> {
children: React.ReactElement;
}

export type ListItemAvatarClassKey = 'root' | 'icon';

Expand Down

0 comments on commit b7685bf

Please sign in to comment.