UNPKG

itm-holding-package

Version:

ITM HOLDING PACKAGES

10 lines (9 loc) 263 B
export declare const useAudioRecorder: () => { isRecording: boolean; audioBlob: Blob | null; audioURL: string | null; error: string | null; startRecording: () => Promise<void>; stopRecording: () => void; resetRecording: () => void; };