UNPKG
react-native-zoom-us
Version:
latest (17.0.0)
17.0.0
16.1.0
15.1.0
15.0.0
14.0.0
13.0.0
12.0.0
11.0.0
10.0.0
9.0.0
8.0.1
8.0.0
7.0.0
6.20.0
6.19.6
6.19.4
6.18.2
6.18.1
6.18.0
6.17.1
6.17.0
6.16.5
6.16.4
6.16.3
6.15.1
6.15.0
6.14.1
6.14.0
6.13.0
6.12.0
6.11.0
6.10.0
6.9.0
6.8.1
6.8.0
6.7.1
6.7.0
6.6.1
6.6.0
6.5.1
6.5.0
6.4.0
6.3.1
6.3.0
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.4
6.0.3
6.0.2
6.0.1
5.12.1
5.12.0
5.11.0
5.10.0
5.9.0
5.8.5
5.8.4
5.8.3
5.8.2
5.8.1
5.8.0
5.7.0
5.6.2
5.6.1
5.6.0
5.5.0
5.4.2
5.3.4
5.3.3
5.3.1
5.3.0
5.2.0
5.1.0
5.0.0
4.0.4
4.0.1
3.0.0
2.0.2
2.0.0
1.0.1
1.0.0
React-native bridge for ZoomUs SDK
github.com/mieszko4/react-native-zoom-us
react-native-zoom-us
/
video-view.d.ts
9 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
'react'
;
import
{
NativeVideoProps
}
from
'./native'
;
export
interface
Props
{
style
?:
NativeVideoProps
[
"style"
];
layout
:
NativeVideoProps
[
"layout"
]; }
declare
const
ZoomUsVideoView
:
React
.
FC
<
Props
>;
export
default
ZoomUsVideoView
;