다음을 통해 공유


SendBoxSelector type

SendBox 구성 요소의 선택기 유형입니다.

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