import { FontProps as Props } from './withFonts';

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