UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

8 lines 304 B
import type { ComputableLayoutValueMode } from "./ComputableLayoutValueMode"; export type ComputableLayoutValueEvaluableCondition = { mode: 'isNilOrZero'; value: ComputableLayoutValueMode; } | { mode: 'keyboardPresent'; }; //# sourceMappingURL=ComputableLayoutValueEvaluableCondition.d.ts.map