import type { ViewProps } from 'react-native';

export interface UVCCameraProps extends ViewProps {}
