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
/
PhotoFile.ts
4 lines
(2 loc)
•
107 B
text/typescript
View Raw
1
2
3
4
import
type
{
TemporaryFile
}
from
'./TemporaryFile'
;
export
interface
PhotoFile
extends
TemporaryFile
{}