@uppy/screen-capture
Version:
Uppy plugin that captures video from display or application.
18 lines • 492 B
TypeScript
import { Component, h } from 'preact';
type $TSFixMe = any;
declare class StopWatch extends Component {
private wrapperStyle;
private overlayStyle;
private infoContainerStyle;
private infotextStyle;
private timeStyle;
private timerRunning;
private timer?;
constructor(props: $TSFixMe);
startTimer(): void;
resetTimer(): void;
timerTick(): void;
render(): h.JSX.Element | null;
}
export default StopWatch;
//# sourceMappingURL=StopWatch.d.ts.map