UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 238 B
/** * Defines the button configurations for header, chat input and footer. */ export type ButtonConfig = { header: JSX.Element[]; chatInput: JSX.Element[]; footer: JSX.Element[]; }; //# sourceMappingURL=ButtonConfig.d.ts.map