@motion-script/core / Stroke
Type Alias: Stroke
Stroke =
StrokeProp|StrokeResolved| (StrokeProp|StrokeResolved)[]
Defined in: attributes/shape/stroke/mapper.ts:118
Accepted shapes for a node's stroke prop: a single loose StrokeProp,
an array of them (stacked bottom-to-top), or an already-resolved
StrokeResolved/array — resolved values pass through resolveStroke
idempotently, so a node's read-back stroke can be assigned straight back.