UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

8 lines 385 B
import { RcbEvent } from "../../constants/RcbEvent"; /** * Internal custom hook for managing firing of rcb events. */ export declare const useRcbEventInternal: () => { callRcbEvent: (eventName: (typeof RcbEvent)[keyof typeof RcbEvent], data: object) => Promise<import("../../types/internal/events/RcbBaseEvent").RcbBaseEvent>; }; //# sourceMappingURL=useRcbEventInternal.d.ts.map