UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 278 B
/** * Internal custom hook for managing voice. */ export declare const useVoiceInternal: () => { voiceToggledOn: boolean; toggleVoice: (active?: boolean) => Promise<void>; syncVoice: (keepVoiceOn: boolean) => void; }; //# sourceMappingURL=useVoiceInternal.d.ts.map