Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.d.ts1 export type IBBoolean = 'YES' | 'NO' | boolean; alias
18 flexibleMaxX: IBBoolean;
19 flexibleMaxY: IBBoolean;
58 clipsSubviews?: IBBoolean;
72 opaque: IBBoolean;
73 fixedFrame: IBBoolean;
77 adjustsFontSizeToFit: IBBoolean;
180 useAutolayout: IBBoolean;
181 launchScreen: IBBoolean;
183 useSafeAreas: IBBoolean;
[all …]
H A DInterfaceBuilder.js.map1IBBoolean = 'YES' | 'NO' | boolean;\n\nexport type IBItem<\n H extends Record<string, any>,\n B …
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts30 flexibleMaxX: IBBoolean;
31 flexibleMaxY: IBBoolean;
83 clipsSubviews?: IBBoolean;
102 opaque: IBBoolean;
103 fixedFrame: IBBoolean;
170 flexibleMaxX: IBBoolean;
171 flexibleMaxY: IBBoolean;
242 useAutolayout: IBBoolean;
243 launchScreen: IBBoolean;
245 useSafeAreas: IBBoolean;
[all …]