UNPKG

@botonic/react

Version:

Build Chatbots using React

13 lines (12 loc) 326 B
export class NodeApp { constructor(options: any); bot: ReactBot; renderNode(args: any): Promise<string>; input(args: any): Promise<import("@botonic/core/lib/esm").BotResponse>; getConfig(): { id: string; name: string; config: any; }[]; } import { ReactBot } from './react-bot';