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

8 lines
368 B
TypeScript

import { NativeModule } from 'expo-modules-core';
import { RenderToImageOptions } from './FontUtils.types';
declare class ExpoFontUtils extends NativeModule {
renderToImageAsync(glyphs: string, options?: RenderToImageOptions): Promise<string>;
}
declare const _default: typeof ExpoFontUtils;
export default _default;
//# sourceMappingURL=ExpoFontUtils.web.d.ts.map