Sanity Library Reference Docs
    Preparing search index...

    Interface UserAvatarPropsBeta

    interface UserAvatarProps {
        __unstable_hideInnerStroke?: boolean;
        animateArrowFrom?: AvatarPosition;
        position?: AvatarPosition;
        size?: AvatarSize;
        status?: AvatarStatus;
        tone?: "navbar";
        user: string | User;
        withTooltip?: boolean;
    }
    Index

    Properties

    __unstable_hideInnerStroke?: boolean
    animateArrowFrom?: AvatarPosition
    position?: AvatarPosition
    size?: AvatarSize
    status?: AvatarStatus
    tone?: "navbar"
    user: string | User
    withTooltip?: boolean