Fix that toHierarchy couldn't be found. Updated docs and test.

This commit is contained in:
Bram 2024-12-02 17:44:38 +01:00 committed by Eric Liu
commit 21d599c8b6
11 changed files with 70 additions and 47 deletions

2
types/TreeView/index.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
export { default as TreeView } from "./TreeView.svelte";
export { toHierarchy } from "./treeview";