UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

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