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 171 B
import React from 'react'; import { FileUploadProps } from '../types'; export declare const FileUpload: React.FC<FileUploadProps>; //# sourceMappingURL=FileUpload.d.ts.map