Bagikan melalui


SendBoxSelector type

Jenis pemilih untuk komponen SendBox.

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