Udostępnij za pośrednictwem


ChatClientProviderProps type

Argumenty inicjowania obiektu ChatClientProvider.

type ChatClientProviderProps = {
  chatClient: StatefulChatClient
  children: React_2.ReactNode
}