UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 292 B
import { RcbBaseEvent } from "../internal/events/RcbBaseEvent"; /** * Defines the data available for stop stream message event. */ export type RcbTextAreaChangeValueEvent = RcbBaseEvent<{ currValue: string; prevValue: string; }>; //# sourceMappingURL=RcbTextAreaChangeValue.d.ts.map