Поделиться через


SendBoxSelector type

Тип селектора для компонента SendBox.

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