Skip to content
On this page

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