Home
last modified time | relevance | path

Searched refs:ContentsJsonImage (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DAssetContents.d.ts7 export interface ContentsJsonImage { interface
16 images: ContentsJsonImage[];
22 export declare function createContentsJsonItem(item: ContentsJsonImage): ContentsJsonImage;
H A DAssetContents.js.map1ContentsJsonImage {\n appearances?: ContentsJsonImageAppearance[];\n idiom: ContentsJsonImageIdi…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DAssetContents.ts19 export interface ContentsJsonImage { interface
29 images: ContentsJsonImage[];
36 export function createContentsJsonItem(item: ContentsJsonImage): ContentsJsonImage {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashAssets.d.ts3 import { ContentsJsonImage } from '../../icons/AssetContents';
10 }): ContentsJsonImage[];
H A DwithIosSplashAssets.js.map1ContentsJsonImage,\n ContentsJsonImageAppearance,\n createContentsJsonItem,\n writeContentsJson…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashAssets.ts11 ContentsJsonImage,
240 }): ContentsJsonImage[] {
302 ].filter(Boolean) as ContentsJsonImage[];