UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

7 lines 254 B
/** * Checks if chatbot is visible (uses chatbot body as reference). * * @param element chatbot body used to gauge visibility */ export declare const isChatBotVisible: (element: HTMLDivElement) => boolean; //# sourceMappingURL=displayChecker.d.ts.map