UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 245 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/esm';