@uiw/react-tree
Advanced tools
Comparing version 4.21.14 to 4.21.15
@@ -53,3 +53,3 @@ import React from 'react'; | ||
} | ||
export declare const getChildKeys: (childs?: TreeData[], result?: TreeData['key'][], depth?: number | undefined) => TreeData['key'][]; | ||
export declare const getChildKeys: (childs?: TreeData[], result?: TreeData['key'][], depth?: number) => TreeData['key'][]; | ||
export default function Tree(props: TreeProps): JSX.Element; |
@@ -53,3 +53,3 @@ import React from 'react'; | ||
} | ||
export declare const getChildKeys: (childs?: TreeData[], result?: TreeData['key'][], depth?: number | undefined) => TreeData['key'][]; | ||
export declare const getChildKeys: (childs?: TreeData[], result?: TreeData['key'][], depth?: number) => TreeData['key'][]; | ||
export default function Tree(props: TreeProps): JSX.Element; |
{ | ||
"name": "@uiw/react-tree", | ||
"version": "4.21.14", | ||
"version": "4.21.15", | ||
"description": "Tree component", | ||
@@ -47,6 +47,6 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-icon": "^4.21.14", | ||
"@uiw/utils": "^4.21.14", | ||
"@uiw/react-icon": "^4.21.15", | ||
"@uiw/utils": "^4.21.15", | ||
"react-transition-group": "~4.4.2" | ||
} | ||
} |
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
142513
Updated@uiw/react-icon@^4.21.15
Updated@uiw/utils@^4.21.15