Fix linting errors in react typings

This commit is contained in:
Adi Dahiya
2015-11-18 14:37:45 -05:00
parent fc341765eb
commit ca5bfe76d2
11 changed files with 61 additions and 62 deletions
+2 -2
View File
@@ -187,7 +187,7 @@ declare namespace __React {
displayName?: string;
propTypes?: ValidationMap<any>;
contextTypes?: ValidationMap<any>;
childContextTypes?: ValidationMap<any>
childContextTypes?: ValidationMap<any>;
getDefaultProps?(): P;
getInitialState?(): S;
@@ -655,7 +655,7 @@ declare namespace __React {
xmlLang?: string;
xmlSpace?: string;
y1?: number | string;
y2?: number | string
y2?: number | string;
y?: number | string;
}