Theemo / @theemo/tokens / transformColorValue
Function: transformColorValue()
ts
function transformColorValue(value): string
Apply color transformations on the token value
Parameters
Parameter | Type | Description |
---|---|---|
value | ComputedValue <"color" > | the token value |
Returns
string
the transformed token value
Defined in
packages/@theemo/tokens/src/transforms/transform-color-value.ts:37