Skip to content

Commit

Permalink
fix: strokeLinecap type
Browse files Browse the repository at this point in the history
  • Loading branch information
typesafeui committed Apr 7, 2024
1 parent 5e9a113 commit cd339c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/svg.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface SVGPresentationAttributes {
fillRule?: 'nonzero' | 'evenodd';
strokeOpacity?: string | number;
textAnchor?: 'start' | 'middle' | 'end';
strokeLineCap?: 'butt' | 'round' | 'square';
strokeLinecap?: 'butt' | 'round' | 'square';
strokeLinejoin?: 'butt' | 'round' | 'square';
visibility?: 'visible' | 'hidden' | 'collapse';
clipPath?: string;
Expand Down

0 comments on commit cd339c2

Please sign in to comment.