Files
Fluxup_PAP/node_modules/expo-symbols/build/materialImageSource.d.ts
2026-03-10 16:18:05 +00:00

9 lines
394 B
TypeScript

import type { ImageSourcePropType } from 'react-native';
import { type AndroidSymbol } from './android';
/**
* Renders a Material Symbol to an image source.
*
* @platform android
*/
export declare function unstable_getMaterialSymbolSourceAsync(symbol: AndroidSymbol | null, size: number, color: string): Promise<ImageSourcePropType | null>;
//# sourceMappingURL=materialImageSource.d.ts.map