Appearance
Home > @plaidev/karte-action-sdk > AvatarProps
AvatarProps type
Signature:
typescript
type AvatarProps = CommonProps & ClickableProps & BorderProps & {
size?: number;
shape?: keyof typeof AVATAR_SHAPE;
image?: string;
caption?: string;
alt?: string;
};
References: CommonProps, ClickableProps, BorderProps, AVATAR_SHAPE