UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 254 B
export class ReactBot extends CoreBot { constructor(options: any); renderReactActions({ request, actions }: { request: any; actions: any; }): Promise<JSX.Element[]>; } import { CoreBot } from "@botonic/core/lib/cjs/core-bot";