@uppy/audio
Version:
Uppy plugin that records audio using the device’s microphone.
9 lines • 340 B
TypeScript
import { h } from 'preact';
import type { I18n } from '@uppy/utils/lib/Translator';
interface RecordingLengthProps {
recordingLengthSeconds: number;
i18n: I18n;
}
export default function RecordingLength({ recordingLengthSeconds, i18n, }: RecordingLengthProps): h.JSX.Element;
export {};
//# sourceMappingURL=RecordingLength.d.ts.map