FunctionCreatePlaylistInputBox({
setPlaylist,
playlistName,
description,
hashtag,
handleAddChipKeyUp,
handleAddChipKeyDown,
}: P
frontend/src/components/organisms/CreatePlaylistInputBox/index.tsx:69
FunctionGameRoomNav({
players,
status,
music1,
music2,
isAllReady,
}: {
players?: Players;
status: 'playing' | 'wai
frontend/src/components/organisms/GameRoomNav/index.tsx:84
FunctionModal({
children,
height,
maxWidth,
leftButtonText,
rightButtonText,
leftButtonHandler,
rightButtonHa
frontend/src/components/molecules/Modal/index.tsx:75
FunctionSelectSection({ titleSize, margin, title, options, values, defaultValue, onChange }: Props)
frontend/src/components/molecules/SelectSection/index.tsx:32