UNPKG

201 BTypeScriptView Raw
1import { PlatformOSType } from 'react-native';
2import type { Fonts } from '../types';
3export default function configureFonts(config?: {
4 [platform in PlatformOSType | 'default']?: Fonts;
5}): Fonts;