Udostępnij za pośrednictwem


ChatParticipantListSelector type

Typ selektora dla składnika ParticipantList .

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