UNPKG

@uppy/webcam

Version:

Uppy plugin that takes photos or records videos using the device's camera.

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