Theemo / @theemo/tokens / StrokeValue
Type Alias: StrokeValue
ts
type StrokeValue: object;Represents a stroke
Type declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
color | ReferencedValue<ColorValue> | The color of the stroke | packages/@theemo/tokens/src/token-types.ts:163 |
style | ReferencedValue<StrokeStyleValue> | The style of the stroke | packages/@theemo/tokens/src/token-types.ts:169 |
width | ReferencedValue<DimensionValue> | The width of the line | packages/@theemo/tokens/src/token-types.ts:166 |