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