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