UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

7 lines 184 B
/** * Internal custom hook for managing bot id. */ export declare const useBotIdInternal: () => { getBotId: () => string | null; }; //# sourceMappingURL=useBotIdInternal.d.ts.map