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

9 lines
169 B
TypeScript

export type RenderToImageOptions = any;
export async function renderToImageAsync(
glyphs: string,
options: RenderToImageOptions
): Promise<string> {
return '';
}