UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

7 lines 269 B
import "./ChatBotButton.css"; /** * Toggles opening and closing of the chat window when general.embedded is false. */ declare const ChatBotButton: () => import("react/jsx-runtime").JSX.Element; export default ChatBotButton; //# sourceMappingURL=ChatBotButton.d.ts.map