react-chatbotify
Version:
A modern React library for creating flexible and extensible chatbots.
10 lines • 381 B
TypeScript
/**
* Internal custom hook for managing chat history logic.
*/
export declare const useChatHistoryInternal: () => {
isLoadingChatHistory: boolean;
setIsLoadingChatHistory: import("react").Dispatch<import("react").SetStateAction<boolean>>;
hasChatHistoryLoaded: boolean;
showChatHistory: () => Promise<void>;
};
//# sourceMappingURL=useChatHistoryInternal.d.ts.map