UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

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