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
+1 -1
View File
@@ -23,7 +23,7 @@ declare namespace __React {
$unshift?: any[];
$splice?: any[][];
}
namespace __Addons {
export function update(value: any[], spec: UpdateArraySpec): any[];
export function update(value: {}, spec: UpdateSpec): any;