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