UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 296 B
import { Block } from "../Block"; import { RcbBaseEvent } from "../internal/events/RcbBaseEvent"; /** * Defines the data available for post-process block event. */ export type RcbPostProcessBlockEvent = RcbBaseEvent<{ block: Block; }>; //# sourceMappingURL=RcbPostProcessBlockEvent.d.ts.map