Skip to content

Theemo / @theemo/tokens / StrokeValue

Type: StrokeValue

ts
type StrokeValue: object;

Represents a stroke

See

DTCG Spec

Type declaration

MemberTypeDescription
colorReferencedValue<ColorValue>The color of the stroke
styleReferencedValue<StrokeStyleValue>The style of the stroke
widthReferencedValue<DimensionValue>The width of the line

Source

packages/@theemo/tokens/src/token-types.ts:161