import { WithExpoVideoOptions as Props } from './withExpoVideo';

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