Home
last modified time | relevance | path

Searched refs:ContentsJsonImageScale (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DAssetContents.d.ts6 export type ContentsJsonImageScale = '1x' | '2x' | '3x'; alias
11 scale?: ContentsJsonImageScale;
H A DAssetContents.js.map1ContentsJsonImageScale = '1x' | '2x' | '3x';\n\nexport interface ContentsJsonImage {\n appearance…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DAssetContents.ts17 export type ContentsJsonImageScale = '1x' | '2x' | '3x'; alias
23 scale?: ContentsJsonImageScale;