UNPKG

@uppy/webcam

Version:

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

6 lines 249 B
interface RecordingLengthProps { recordingLengthSeconds: number; } export default function RecordingLength({ recordingLengthSeconds, }: RecordingLengthProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=RecordingLength.d.ts.map