UNPKG

@uppy/audio

Version:

Uppy plugin that records audio using the device’s microphone.

7 lines 262 B
import { h } from 'preact'; interface RecordingLengthProps { recordingLengthSeconds: number; } export default function RecordingLength({ recordingLengthSeconds, }: RecordingLengthProps): h.JSX.Element; export {}; //# sourceMappingURL=RecordingLength.d.ts.map