UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

8 lines 265 B
import { RcbBaseEvent } from "../internal/events/RcbBaseEvent"; /** * Defines the data available for start speak audio event. */ export type RcbStartSpeakAudioEvent = RcbBaseEvent<{ textToRead: string; }>; //# sourceMappingURL=RcbStartSpeakAudioEvent.d.ts.map