4 lines
288 B
TypeScript
4 lines
288 B
TypeScript
import type { ImageSourcePropType } from 'react-native';
|
|
import { type AndroidSymbol } from './android';
|
|
export declare function unstable_getMaterialSymbolSourceAsync(symbol: AndroidSymbol | null): Promise<ImageSourcePropType | null>;
|
|
//# sourceMappingURL=materialImageSource.ios.d.ts.map
|