UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

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