UNPKG

react-native-ios-utilities

Version:

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

13 lines (12 loc) 269 B
// Note: // * Maps to `QuartzCore/CALayer.h` export type CACornerMask = | 'layerMinXMinYCorner' | 'layerMaxXMinYCorner' | 'layerMinXMaxYCorner' | 'layerMaxXMaxYCorner' | 'allCorners' | 'topCorners' | 'bottomCorners' | 'leftCorners' | 'rightCorners';