UNPKG

@surveycake/rc

Version:

react component of surveycake

7 lines (6 loc) 264 B
import { AvatarProps as MuiAvatarProps } from '@material-ui/core/Avatar'; export interface AvatarProps extends Pick<MuiAvatarProps, 'children' | 'src' | 'alt' | 'variant'> { size?: 'small' | 'medium' | 'large'; width?: number; height?: number; }