UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

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