UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

8 lines 222 B
/** * External custom hook for managing chat window. */ export declare const useChatWindow: () => { isChatWindowOpen: boolean; toggleChatWindow: () => Promise<void>; }; //# sourceMappingURL=useChatWindow.d.ts.map