UNPKG

itm-holding-package

Version:

ITM HOLDING PACKAGES

10 lines (9 loc) 267 B
export declare const useScreenRecorder: () => { isRecording: boolean; videoURL: string | null; error: string | null; recordedBlob: Blob | null; startRecording: () => Promise<void>; stopRecording: () => void; resetRecording: () => void; };