UNPKG

react-native-screens

Version:
7 lines 365 B
import { type ImageResolvedAssetSource } from 'react-native'; import type { PlatformIconAndroid } from '../../types'; export declare function parseAndroidIconToNativeProps(icon: PlatformIconAndroid | undefined): { imageIconResource?: ImageResolvedAssetSource | undefined; drawableIconResourceName?: string | undefined; }; //# sourceMappingURL=index.d.ts.map