react-chatbotify
Version:
A modern React library for creating flexible and extensible chatbots.
11 lines • 349 B
TypeScript
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