Searched refs:ConstraintAttribute (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.d.ts | 53 export type ConstraintAttribute = 'top' | 'bottom' | 'trailing' | 'leading'; alias 101 firstAttribute: ConstraintAttribute; 103 secondAttribute: ConstraintAttribute; 197 …irstItem, firstAttribute]: [string, ConstraintAttribute], [secondItem, secondAttribute]: [string, …
|
| H A D | InterfaceBuilder.js.map | 1 …ConstraintAttribute = 'top' | 'bottom' | 'trailing' | 'leading';\n\nexport type IBImageView = IBIt…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 76 export type ConstraintAttribute = 'top' | 'bottom' | 'trailing' | 'leading'; alias 142 firstAttribute: ConstraintAttribute; 144 secondAttribute: ConstraintAttribute; 263 [firstItem, firstAttribute]: [string, ConstraintAttribute], 264 [secondItem, secondAttribute]: [string, ConstraintAttribute],
|