UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

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