ChatParticipantListSelector type
ParticipantList コンポーネントのセレクターの種類。
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }