mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixing the tests
This commit is contained in:
@@ -63,7 +63,7 @@ var PropTypesSpecification: React.Specification<any, any> = {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
render(): React.Descriptor<any> {
|
||||
render: (): React.Descriptor<any> => {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user