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

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