0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00
This commit is contained in:
Alex Sánchez 2024-04-15 10:17:28 +02:00
parent c56fa92ea5
commit 3ec79dab48
No known key found for this signature in database
GPG key ID: 68A95170EEB87E16

View file

@ -9,8 +9,7 @@ export type Stroke = {
strokeStyle?: 'solid' | 'dotted' | 'dashed' | 'mixed' | 'none' | 'svg';
strokeWidth?: number;
strokeAlignment?: 'center' | 'inner' | 'outer';
strokeCapStart?: 'butt' | 'round' | 'square';
strokeCapStart: StrokeCaps;
strokeCapStart?: StrokeCaps;
strokeCapEnd?: StrokeCaps;
strokeColorGradient: Gradient;
};