UNPKG

@oxyhq/services

Version:

OxyHQ Expo/React Native SDK — UI components, screens, and native features

13 lines (11 loc) 383 B
"use strict"; /** * Color Utility Functions * * Re-exports from shared module for cleaner internal imports. * External consumers should use '@oxyhq/services/shared' directly. * * @module ui/utils/colorUtils */ export { darkenColor, lightenColor, hexToRgb, rgbToHex, withOpacity, isLightColor, getContrastTextColor } from '@oxyhq/core'; //# sourceMappingURL=colorUtils.js.map