Compartir a través de


ChatClientProviderProps type

Argumentos para inicializar un ChatClientProvider.

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