UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

7 lines 220 B
import "./SendButton.css"; /** * Sends current user input to the chat bot. */ declare const SendButton: () => import("react/jsx-runtime").JSX.Element; export default SendButton; //# sourceMappingURL=SendButton.d.ts.map