Freigeben über


SendBoxSelector type

Auswahltyp für SendBox- Komponente.

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