Theemo / @theemo/tokens / GradientValue
Type Alias: GradientValue
ts
type GradientValue = object[];Defined in: packages/tokens/src/token-types.ts:223
Represents a gradient
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
color | ReferencedValue<ColorValue> | The color for the gradient | packages/tokens/src/token-types.ts:225 |
position | GradientPosition | The stop for the color | packages/tokens/src/token-types.ts:227 |