mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Renaming the legacy module for tests
Apparently they conflict otherwise which is unfortunate.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/// <reference path="react-0.11.d.ts" />
|
||||
import React = require("react");
|
||||
import React = require("react-0.11");
|
||||
|
||||
var PropTypesSpecification: React.Specification<any, any> = {
|
||||
propTypes: {
|
||||
@@ -63,6 +63,7 @@ var PropTypesSpecification: React.Specification<any, any> = {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
|
||||
render: (): React.Descriptor<any> => {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user