Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#34100 from SimenB/patch-1
Browse files Browse the repository at this point in the history
[expo] correct typo in svg common props
  • Loading branch information
sheetalkamat authored Mar 22, 2019
2 parents 628db2d + 1a24c8e commit ac20af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/expo/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ export interface SvgCommonProps {
strokeWidth?: number | string;
strokeOpacity?: number | string;
strokeLinecap?: string;
strokeLineJoin?: string;
strokeLinejoin?: string;
strokeDasharray?: any[];
strokeDashoffset?: any;
transform?: string | object;
Expand Down

0 comments on commit ac20af5

Please sign in to comment.