Skip to content

Commit bde4bda

Browse files
committed
Removes redundant ComponentState: any declaration on Tree (#188)
1 parent 9de6c29 commit bde4bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-d3-tree.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ declare module "react-d3-tree" {
5757
}
5858
};
5959

60-
var Tree: React.ComponentClass<ReactD3TreeProps, any>;
60+
var Tree: React.ComponentClass<ReactD3TreeProps>;
6161

6262
export {Tree};
6363
export default Tree;

0 commit comments

Comments
 (0)