Skip to content

Commit

Permalink
Merge 3bb74bf into 186f9b4
Browse files Browse the repository at this point in the history
  • Loading branch information
lfamorim committed Jul 11, 2020
2 parents 186f9b4 + 3bb74bf commit fd9a848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.d.ts
Expand Up @@ -222,7 +222,7 @@ export namespace JSXInternal {
strokeDashoffset?: string | number;
strokeLinecap?: 'butt' | 'round' | 'square' | 'inherit';
strokeLinejoin?: 'miter' | 'round' | 'bevel' | 'inherit';
strokeMiterlimit?: string;
strokeMiterlimit?: string | number;
strokeOpacity?: number | string;
strokeWidth?: number | string;
surfaceScale?: number | string;
Expand Down

0 comments on commit fd9a848

Please sign in to comment.