UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

7 lines 203 B
/** * External custom hook for managing user first interaction. */ export declare const useFirstInteraction: () => { hasInteractedPage: boolean; }; //# sourceMappingURL=useFirstInteraction.d.ts.map