Files
Fluxup_PAP/node_modules/expo-font/build/ExpoFontUtils.web.d.ts
2026-03-10 16:18:05 +00: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