Freigeben über


TypingIndicatorSelector type

Auswahltyp für TypingIndicator Komponente.

type TypingIndicatorSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { typingUsers: CommunicationParticipant[] }