7 lines
389 B
TypeScript
7 lines
389 B
TypeScript
import type { ExpoFontLoaderModule } from './ExpoFontLoader';
|
|
import { 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
|