Variable PlayerAvatarConst
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.