FunctionDropdown({ options, handleChange, selectedValue, shortcutKey, className, ...props }: DropdownProps)
client/src/components/ui/Dropdown.tsx:14
FunctionModal({ className, handleKeyDown, closeModal, isModalOpened, title, children, ...props }: ModalProps)
client/src/components/ui/Modal.tsx:12
FunctionPixelTransitionContainer({
isExiting = false,
exitDirection = 'left',
colorTheme = 'violet',
children,
className,
...props
client/src/components/ui/PixelTransitionContainer.tsx:85
FunctionPlayerCard({
nickname,
isWinner,
score,
role = null,
status = 'NOT_PLAYING',
isHost = false,
isMe = false,
client/src/components/ui/player-card/PlayerCard.tsx:72
FunctionPlayerCardProfile({
nickname,
profileImage,
isWinner,
score,
isHost,
isMe,
showScore = false,
className,
}: Pla
client/src/components/ui/player-card/PlayerProfile.tsx:16
FunctionQuizTitle({
className,
currentRound,
totalRound,
remainingTime,
title,
isHidden,
...props
}: QuizTitlePro
client/src/components/ui/QuizTitle.tsx:14