UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 291 B
import { RcbBaseEvent } from "../internal/events/RcbBaseEvent"; /** * Defines the data available for toggle chat window event. */ export type RcbToggleChatWindowEvent = RcbBaseEvent<{ currState: boolean; newState: boolean; }>; //# sourceMappingURL=RcbToggleChatWindowEvent.d.ts.map