UNPKG

@uppy/screen-capture

Version:

Uppy plugin that captures video from display or application.

8 lines 300 B
import { h } from 'preact'; type $TSFixMe = any; /** * Control screen capture recording. Will show record or stop button. */ export default function RecordButton({ recording, onStartRecording, onStopRecording, i18n, }: $TSFixMe): h.JSX.Element; export {}; //# sourceMappingURL=RecordButton.d.ts.map