UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

12 lines 363 B
/// <reference types="react" /> import "./ChatBotHeader.css"; /** * Contains header buttons and avatar. * * @param buttons list of buttons to render in the header */ declare const ChatBotHeader: ({ buttons }: { buttons: JSX.Element[]; }) => import("react/jsx-runtime").JSX.Element; export default ChatBotHeader; //# sourceMappingURL=ChatBotHeader.d.ts.map