UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

8 lines 215 B
/** * External custom hook for managing voice. */ export declare const useVoice: () => { voiceToggledOn: boolean; toggleVoice: (active?: boolean) => Promise<void>; }; //# sourceMappingURL=useVoice.d.ts.map