UNPKG

@botonic/react

Version:

Build Chatbots using React

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