Search
Loading...
Skip to content

Type Alias: StrokeStyle

type StrokeStyle =
| "Dashed"
| "DashedRound"
| "Dotted"
| "LongDashed"
| "LongDashedRound"
| "Solid";