9 lines
394 B
TypeScript
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
|