UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

6 lines 240 B
import { RcbBaseEvent } from "../internal/events/RcbBaseEvent"; /** * Defines the data available for load chat history event. */ export type RcbLoadChatHistoryEvent = RcbBaseEvent<{}>; //# sourceMappingURL=RcbLoadChatHistoryEvent.d.ts.map