UNPKG
@and2long/react-native-uvc-camera
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.0
UVC Camera for RN
github.com/and2long/react-native-uvc-camera
and2long/react-native-uvc-camera
@and2long/react-native-uvc-camera
/
src
/
UVCCameraProps.ts
4 lines
(2 loc)
•
101 B
text/typescript
View Raw
1
2
3
4
import
type
{
ViewProps
}
from
'react-native'
;
export
interface
UVCCameraProps
extends
ViewProps
{}