UNPKG

@selleo/chatbot-client

Version:

Client that can be integrated with a backend created with openai

4 lines (2 loc) 151 B
import { ChatProps } from '../../../../../../../src/types'; export declare const Chat: (props: ChatProps) => import("react/jsx-runtime").JSX.Element;