UNPKG

react-native-ios-utilities

Version:
10 lines 471 B
import { ComputableLayoutOffsetOperation } from "./ComputableLayoutOffsetOperation"; import { ComputableLayoutValueMode } from "./ComputableLayoutValueMode"; export type ComputableLayoutValue = { mode: ComputableLayoutValueMode; offsetValue?: ComputableLayoutValueMode; offsetOperation?: ComputableLayoutOffsetOperation; minValue?: ComputableLayoutValueMode; maxValue?: ComputableLayoutValueMode; }; //# sourceMappingURL=ComputableLayoutValue.d.ts.map