UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

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