Skip to content
On this page

Home > @plaidev/karte-action-sdk > AvatarProps

AvatarProps type

Signature:

typescript
type AvatarProps = CommonProps & ClickableProps & BorderProps & {
    // size
    size?: keyof typeof AVATAR_SIZE | number;
    width?: Properties["width"];
    height?: Properties["height"];
    shape?: keyof typeof AVATAR_SHAPE;
    image?: string;
    caption?: string;
    alt?: string;
};

References: CommonProps, ClickableProps, BorderProps, AVATAR_SIZE, AVATAR_SHAPE