import { Props } from './withCamera';

export default (props: Props = {}): [string, Props] => ['expo-camera', props];
