UNPKG

@uppy/screen-capture

Version:

Uppy plugin that captures video from display or application.

8 lines 292 B
import { h } from 'preact'; type $TSFixMe = any; /** * Submit recorded video to uppy. Enabled when file is available */ export default function SubmitButton({ recording, recordedVideo, onSubmit, i18n, }: $TSFixMe): h.JSX.Element | null; export {}; //# sourceMappingURL=SubmitButton.d.ts.map