mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
fix
This commit is contained in:
parent
c56fa92ea5
commit
3ec79dab48
1 changed files with 1 additions and 2 deletions
3
ui-src/lib/types/utils/stroke.d.ts
vendored
3
ui-src/lib/types/utils/stroke.d.ts
vendored
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue