UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

10 lines 378 B
/// <reference types="react" /> /** * Internal custom hook for managing chat history logic. */ export declare const useChatHistoryInternal: () => { isLoadingChatHistory: boolean; setIsLoadingChatHistory: import("react").Dispatch<import("react").SetStateAction<boolean>>; showChatHistory: () => Promise<void>; }; //# sourceMappingURL=useChatHistoryInternal.d.ts.map