react-audio-voice-recorder
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,8 +7,8 @@ import { ReactElement } from "react"; | ||
* | ||
* @param onRecordingComplete Method that gets called when save recording option is clicked | ||
* @param recorderControls Externally initilize hook and pass the returned object to this param, this gives your control over the component from outside the component. | ||
* @prop onRecordingComplete Method that gets called when save recording option is clicked | ||
* @prop recorderControls Externally initilize hook and pass the returned object to this param, this gives your control over the component from outside the component. | ||
* https://github.com/samhirtarif/react-audio-recorder#combine-the-useaudiorecorder-hook-and-the-audiorecorder-component | ||
* | ||
* @prop classes Is an object with attributes representing classes for different parts of the component | ||
*/ | ||
declare const AudioRecorder: (props: Props) => ReactElement; | ||
export default AudioRecorder; |
{ | ||
"name": "react-audio-voice-recorder", | ||
"private": false, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "", |
27430