Files
projet_gestion_commande/frontend-admin/node_modules/expo-font/build/ExpoFontLoader.web.d.ts
T
2026-02-07 22:33:02 +01:00

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