UNPKG

@selleo/chatbot-client

Version:

Client that can be integrated with a backend created with openai

8 lines (6 loc) 200 B
type ChatbotProps = { threadId: string; token: string | undefined; }; export declare const Chatbot: ({ threadId, token }: ChatbotProps) => import("react/jsx-runtime").JSX.Element; export {};