UNPKG

react-native-ios-utilities

Version:

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

8 lines 582 B
export type UIUserInterfaceSizeClass = 'unspecified' | 'compact' | 'regular'; /** Min: iOS 12.0 */ export type UIUserInterfaceStyle = 'unspecified' | 'light' | 'dark'; export type UIUserInterfaceLevel = 'unspecified' | 'base' | 'elevated'; export type UIInterfaceOrientation = 'unknown' | 'portrait' | 'portraitUpsideDown' | 'landscapeLeft' | 'landscapeRight'; export type UIUserInterfaceActiveAppearance = 'unspecified' | 'inactive' | 'active'; export type UITraitEnvironmentLayoutDirection = 'unspecified' | 'leftToRight' | 'rightToLeft'; //# sourceMappingURL=UIInterface.d.ts.map