@types/rc-tree
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -5,3 +5,3 @@ // Type definitions for rc-tree 1.4 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 2.3 | ||
@@ -40,3 +40,3 @@ import { | ||
export class TreeNode extends Component<TreeNodeProps, {}> { } | ||
export class TreeNode extends Component<TreeNodeProps> { } | ||
@@ -156,2 +156,2 @@ export interface ExpandData { | ||
export default class Tree extends Component<TreeProps, {}> { } | ||
export default class Tree extends Component<TreeProps> { } |
{ | ||
"name": "@types/rc-tree", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "TypeScript definitions for rc-tree", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a580f60e96bd5bc61773a6e93fbfc01b2a4ccfb644f677eb1edfe88a92cffa6a", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "585d1f1562b6eddc7249ddd343aef77cf0b622f916d218ad3ebee7a75556f19c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 31 Mar 2017 15:22:40 GMT | ||
* Last updated: Fri, 23 Jun 2017 14:03:04 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6335
4