UNPKG

react-native-ios-utilities

Version:
11 lines (9 loc) 411 B
import { ComputableLayoutOffsetOperation } from "./ComputableLayoutOffsetOperation"; import { ComputableLayoutValueMode } from "./ComputableLayoutValueMode"; export type ComputableLayoutValue = { mode: ComputableLayoutValueMode; offsetValue?: ComputableLayoutValueMode; offsetOperation?: ComputableLayoutOffsetOperation; minValue?: ComputableLayoutValueMode; maxValue?: ComputableLayoutValueMode; };