Condividi tramite


ChatParticipantListSelector type

Tipo di selettore per il componente ParticipantList.

type ChatParticipantListSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }