UNPKG

expo-font

Version:

Load fonts at runtime and use them in React Native components.

7 lines 394 B
import type { ExpoFontLoaderModule } from './ExpoFontLoader'; import { type FontResource } from './Font.types'; declare const ExpoFontLoader: Required<ExpoFontLoaderModule>; declare const _default: typeof ExpoFontLoader; export default _default; export declare function _createWebFontTemplate(fontFamily: string, resource: FontResource): string; //# sourceMappingURL=ExpoFontLoader.web.d.ts.map