UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

12 lines 381 B
/// <reference types="react" /> import "./ChatBotInput.css"; /** * Contains chat input field for user to enter messages. * * @param buttons list of buttons to render in the chat input */ declare const ChatBotInput: ({ buttons }: { buttons: JSX.Element[]; }) => import("react/jsx-runtime").JSX.Element; export default ChatBotInput; //# sourceMappingURL=ChatBotInput.d.ts.map