Missing semicolon

This commit is contained in:
Tanguy Krotoff
2017-02-08 04:07:42 +01:00
parent a1d9875fd8
commit eef6cb6ae4

2
react/index.d.ts vendored
View File

@@ -2361,7 +2361,7 @@ declare namespace React {
speed?: number | string;
spreadMethod?: string;
startOffset?: number | string;
stdDeviation?: number | string
stdDeviation?: number | string;
stemh?: number | string;
stemv?: number | string;
stitchTiles?: number | string;