次の方法で共有


SendBoxSelector type

SendBox コンポーネントのセレクターの種類。

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