UNPKG

react-native-paper

Version:
6 lines (5 loc) 201 B
import { PlatformOSType } from 'react-native'; import type { Fonts } from '../types'; export default function configureFonts(config?: { [platform in PlatformOSType | 'default']?: Fonts; }): Fonts;