UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

6 lines 182 B
import { Block } from "./Block"; /** * Defines a conversation Flow (made up of conversation blocks). */ export type Flow = Record<string, Block>; //# sourceMappingURL=Flow.d.ts.map