UNPKG
itm-holding-package
Version:
latest (3.1.4)
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.31
1.2.29
1.2.28
1.2.27
1.2.26
1.2.25
1.2.24
1.2.23
1.2.22
1.2.21
1.2.2
1.2.1
1.2.0
1.1.326
1.1.325
1.1.32
1.1.31
1.1.30
1.1.29
1.1.25
1.1.4
1.1.2
1.1.1
1.1.0
1.0.95
1.0.92
1.0.85
1.0.51
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
1.0.35
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
ITM HOLDING PACKAGES
itm-holding-package
/
dist
/
hooks
/
useScreenRecorder.d.ts
10 lines
(9 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
useScreenRecorder
:
() =>
{
isRecording
:
boolean
;
videoURL
:
string
|
null
;
error
:
string
|
null
;
recordedBlob
:
Blob
|
null
;
startRecording
:
() =>
Promise
<
void
>;
stopRecording
:
() =>
void
;
resetRecording
:
() =>
void
; };