UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

7 lines 231 B
import "./ChatBotBody.css"; /** * Contains chat messages between the user and bot. */ declare const ChatBotBody: () => import("react/jsx-runtime").JSX.Element; export default ChatBotBody; //# sourceMappingURL=ChatBotBody.d.ts.map