SongGuess
    Preparing search index...
    PlayerAvatar: MemoExoticComponent<
        (
            __namedParameters: {
                player:
                    | {
                        answerData?: {
                            answer?: string;
                            answerIndex?: number;
                            answerSpeed: number;
                            answerTimestamp: number;
                            questionPoints: number;
                        };
                        color: string;
                        isHost: boolean;
                        isSpectator: boolean;
                        points: number;
                        username: string;
                    }
                    | null;
                size: number;
            },
        ) => Element,
    > = ...

    Displays a circular avatar for a player with their initial. Shows a placeholder (+) for empty player slots.

    The diameter of the avatar in pixels

    The player's state or null for empty slot