Freigeben über


SendBoxSelector type

Selektortyp für die SendBox-Komponente .

type SendBoxSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { displayName: string; userId: string }