react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
13 lines • 469 B
JavaScript
const UIVibrancyEffectStylesRaw = {
label: 'label',
secondaryLabel: 'secondaryLabel',
tertiaryLabel: 'tertiaryLabel',
quaternaryLabel: 'quaternaryLabel',
fill: 'fill',
secondaryFill: 'secondaryFill',
tertiaryFill: 'tertiaryFill',
separator: 'separator'
};
export const UIVibrancyEffectStyles = UIVibrancyEffectStylesRaw;
export const UIVibrancyEffectStyleItems = Object.keys(UIVibrancyEffectStylesRaw);
//# sourceMappingURL=UIVibrancyEffectStyles.js.map