UNPKG

react-native-ios-utilities

Version:

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

19 lines (18 loc) 683 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UIVibrancyEffectStyles = exports.UIVibrancyEffectStyleItems = void 0; const UIVibrancyEffectStylesRaw = { label: 'label', secondaryLabel: 'secondaryLabel', tertiaryLabel: 'tertiaryLabel', quaternaryLabel: 'quaternaryLabel', fill: 'fill', secondaryFill: 'secondaryFill', tertiaryFill: 'tertiaryFill', separator: 'separator' }; const UIVibrancyEffectStyles = exports.UIVibrancyEffectStyles = UIVibrancyEffectStylesRaw; const UIVibrancyEffectStyleItems = exports.UIVibrancyEffectStyleItems = Object.keys(UIVibrancyEffectStylesRaw); //# sourceMappingURL=UIVibrancyEffectStyles.js.map