Removed descriptors from our code

This commit is contained in:
Phips Peter
2014-10-17 16:24:11 -07:00
parent d7650b9d84
commit f547d80f49
4 changed files with 33 additions and 40 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ var PropTypesSpecification: React.Specification<any, any> = {
return null;
}
},
render: (): React.Descriptor<any> => {
render: (): React.ReactHTMLElement => {
return null;
}
};