@oxyhq/services
Version:
13 lines (11 loc) • 383 B
JavaScript
;
/**
* 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