seeder-resources-view 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -17852,7 +17852,7 @@ const useDirectoryTree = _ref => {
|
|
|
17852
17852
|
createFolder,
|
|
17853
17853
|
removeFolderFile,
|
|
17854
17854
|
renameFolderFile,
|
|
17855
|
-
height =
|
|
17855
|
+
height = 828,
|
|
17856
17856
|
theme = {
|
|
17857
17857
|
components: {
|
|
17858
17858
|
Tree: {
|
|
@@ -18494,5 +18494,5 @@ const ResourcesView = _ref => {
|
|
|
18494
18494
|
};
|
|
18495
18495
|
var ResourcesView$1 = ResourcesView;
|
|
18496
18496
|
|
|
18497
|
-
export { ResourcesView$1 as ResourcesView };
|
|
18497
|
+
export { ResourcesView$1 as ResourcesView, useDirectoryTree };
|
|
18498
18498
|
//# sourceMappingURL=index.esm.js.map
|