import { Props } from './withScreenOrientation';

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