UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 253 B
/** * Internal custom hook for managing flow. */ export declare const useFlowInternal: () => { hasFlowStarted: boolean; restartFlow: () => Promise<void>; getFlow: () => import("../..").Flow; }; //# sourceMappingURL=useFlowInternal.d.ts.map