UNPKG

react-native-ios-utilities

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