Home > @uniformdev/design-system > AvatarProps
AvatarProps type
Signature:
type AvatarProps = {
src?: string;
label?: string | ReactElement;
labelWithoutPortal?: boolean;
size?: AvatarSizeProp;
as?: 'div' | 'button';
} & React.HTMLAttributes<HTMLDivElement | HTMLButtonElement>;