UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

11 lines 222 B
export type UIEdgeInsets = { top: number; left: number; bottom: number; right: number; }; export type UIOffset = { horizontal?: number; vertical?: number; }; //# sourceMappingURL=UIGeometry.d.ts.map