import { Props } from './withCalendar';

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