UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 258 B
/** * Internal custom hook for creating buttons. */ export declare const useButtonInternal: () => { headerButtons: JSX.Element[]; chatInputButtons: JSX.Element[]; footerButtons: JSX.Element[]; }; //# sourceMappingURL=useButtonsInternal.d.ts.map