UNPKG

@lakshmiprasanth/react-voice-to-text

Version:

A modern React package for voice-to-text conversion with real-time speech recognition and file upload support

4 lines 183 B
import React from 'react'; import { VoiceRecorderProps } from '../types'; export declare const VoiceRecorder: React.FC<VoiceRecorderProps>; //# sourceMappingURL=VoiceRecorder.d.ts.map