UNPKG

react-native-ios-utilities

Version:
9 lines (7 loc) 225 B
import { ComputableLayoutValueMode } from "./ComputableLayoutValueMode"; export type ComputableLayoutValueEvaluableCondition = { mode: 'isNilOrZero'; value: ComputableLayoutValueMode; } | { mode: 'keyboardPresent'; };