react-visual-audio-recorder
Advanced tools
Comparing version
{ | ||
"name": "react-visual-audio-recorder", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -43,3 +43,3 @@ import { ForwardedRef } from "react"; | ||
*/ | ||
handleStatus: (status: "pause" | "recording" | "stopped") => void; | ||
handleStatus?: (status: "pause" | "recording" | "stopped") => void; | ||
/** | ||
@@ -105,3 +105,3 @@ * Quality of the recording in bytes/second. | ||
/** Refs to the component function */ | ||
ref: ForwardedRef<ReactVisualAudioRecorderRefHandler>; | ||
ref?: ForwardedRef<ReactVisualAudioRecorderRefHandler>; | ||
} | ||
@@ -108,0 +108,0 @@ export interface ReactVisualAudioRecorderBlobObject { |
27785
0.01%