UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

11 lines 329 B
import "./ChatBotFooter.css"; /** * Contains footer buttons and text. * * @param buttons list of buttons to render in the footer */ declare const ChatBotFooter: ({ buttons }: { buttons: JSX.Element[]; }) => import("react/jsx-runtime").JSX.Element; export default ChatBotFooter; //# sourceMappingURL=ChatBotFooter.d.ts.map