UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

7 lines 281 B
import "./ChatMessagePrompt.css"; /** * Provides scroll to bottom option for users when there are unread messages. */ declare const ChatMessagePrompt: () => import("react/jsx-runtime").JSX.Element; export default ChatMessagePrompt; //# sourceMappingURL=ChatMessagePrompt.d.ts.map