import { Props } from './withMediaLibrary';

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