UNPKG

@botonic/react

Version:

Build Chatbots using React

8 lines (7 loc) 227 B
export class NodeApp { constructor(options: any); bot: ReactBot; renderNode(args: any): Promise<string>; input(args: any): Promise<import("@botonic/core").BotResponse>; } import { ReactBot } from "./react-bot";