UNPKG

@selleo/chatbot-client

Version:

Client that can be integrated with a backend created with openai

5 lines (3 loc) 274 B
import { ChatConfigContextType } from '../../../../../../src/types'; export declare const ChatConfigContext: import('react').Context<ChatConfigContextType>; export declare const ChatConfigProvider: (props: ChatConfigContextType) => import("react/jsx-runtime").JSX.Element;