Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.d.ts53 export type ConstraintAttribute = 'top' | 'bottom' | 'trailing' | 'leading'; alias
101 firstAttribute: ConstraintAttribute;
103 secondAttribute: ConstraintAttribute;
197 …irstItem, firstAttribute]: [string, ConstraintAttribute], [secondItem, secondAttribute]: [string,
H A DInterfaceBuilder.js.map1ConstraintAttribute = 'top' | 'bottom' | 'trailing' | 'leading';\n\nexport type IBImageView = IBIt…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts76 export type ConstraintAttribute = 'top' | 'bottom' | 'trailing' | 'leading'; alias
142 firstAttribute: ConstraintAttribute;
144 secondAttribute: ConstraintAttribute;
263 [firstItem, firstAttribute]: [string, ConstraintAttribute],
264 [secondItem, secondAttribute]: [string, ConstraintAttribute],