react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
10 lines • 481 B
TypeScript
import type { ComputableLayoutOffsetOperation } from "./ComputableLayoutOffsetOperation";
import type { ComputableLayoutValueMode } from "./ComputableLayoutValueMode";
export type ComputableLayoutValue = {
mode: ComputableLayoutValueMode;
offsetValue?: ComputableLayoutValueMode;
offsetOperation?: ComputableLayoutOffsetOperation;
minValue?: ComputableLayoutValueMode;
maxValue?: ComputableLayoutValueMode;
};
//# sourceMappingURL=ComputableLayoutValue.d.ts.map